QUOTE(JEN @ Jan 29 2005, 04:25 AM)
I have just tried getting the rating to work on the main playlist but I get the following lines instead of the circles which I have seen on some screenies

How do I get the circles instead?
And also
How do I get the circle rating into the Track Info Panel
Thanks
CODE
$if(%rating%,
$repeat(000000●,%rating%)
$repeat(C0C0C0●,$sub(5,%rating%)),
)
CODE
$if(%rating%,
$repeat(000000●,%rating%)
$repeat(C0C0C0●,$sub(5,%rating%)),
C0C0C0●●●●●
)
This will give you black ratings, and greyed out circles upto 5. The first one will not show anything if %rating% tags are missing, but the second will give greyed out circles.
This is for ratings on a scale of 1 - 5. Just change the 5 (and number of greyed out dots if you use the second code) if your ratings go higher.
Also, add the squares around the color codes. I could not get them to paste.
The same code will work for trackinfo as well.