Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Ratings(column) for cue sheet? (Read 1218 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Ratings(column) for cue sheet?

I want to know if I can add stars to a column next to a song with cue sheet. The thing is, I use a single flac to linsten to various songs within it. So i use the cue sheet to split the songs in foobar. But i can't use ratings for those separated songs that are in fact one single flac.
I do it with mp3 files but i can't do it with cue. I use this command for custom column: $ifgreater($meta(rating),3,$pad($repeat(★,$div($meta(rating),20)),3,☆),$ifgreater($meta(rating),0,$pad($repeat(★,$meta(rating)),0,☆),$repeat(☆,0)))
It helps me to organize which songs are better to listen to, and i find it annoying that i can't do it witch cue files.

Ratings(column) for cue sheet?

Reply #1
Playback Statistics component or the m-TAGS component. The former stores ratings in a database and the latter stores ratings (along with all the other metadata) in a text file. You'll need to especially read the discussion and documentation for m-TAGS to fully understand how it works and what it allows you to do.

Ratings(column) for cue sheet?

Reply #2
Playback Statistics component or the m-TAGS component. The former stores ratings in a database and the latter stores ratings (along with all the other metadata) in a text file. You'll need to especially read the discussion and documentation for m-TAGS to fully understand how it works and what it allows you to do.

Wow, thank you! That helped a lot!
Didn't expect such a good solution.