Quote:
Originally Posted by gotjuice
Thanks tore. I was more talking about songs that I had already rated (something like 5k songs), they're in the tags as %RATING MM% but I can't seem to get a column to display that particular tag. I'd really like to carry them over if possible from MediaMonkey.
|
Easy peasy. I assume %rating mm% is a value from 1 to 5 or something similar? Just rewrite the code snippet and change %rating% to %rating mm% ..
Like so : $rgb(250,173,69)$if(%rating mm%,$repeat(★,%rating mm%),☆)
edit :
By the way, if you want to "rerate" your songs with the foo_playcount context menu, it should be easy to do by filtering only the files you wanna rate from your playlist view.
What I mean is if you could make a filter query like : %rating mm% IS 3
.. Then you would get all songs with that rating. You could then easily mark them all and rate them with 3 stars from the context menu. Afterwards, adjust the filter to say "%rating mm% IS 4", then rerate them to 4 and so on until you've rated everything over again. Should be done in a few minutes.
Just ask if you wanna do this but have some trouble making it happen.