
Why are some tracks green? That's because they recieved a 5-'star' rating. This is done by a custom Global string and a few hacks in a number of Columns strings. I'll show you what I used for the Globals sring, but a faint warning: It's a hacky mess.
CODE
$set_style(text,$if(%isplaying%,$if($stricmp(%rating%,5),$rgb(0,255,0),$rgb(100,100,100)),$if($stricmp(%rating%,5),$rgb(0,255,0),$rgb(228,5,5))),$if(%isplaying%,$if($stricmp(%rating%,5),$rgb(0,255,0),$rgb(100,100,100)),$if($stricmp(%rating%,5),$rgb(0,255,0),$rgb(192,192,192))))
$set_style(back,$rgb(0,0,0),$rgb(0,0,0))
$set_style(frame-bottom,1,$if($stricmp(%rating%,5),$rgb(0,255,0,0,255,0),$if(%isplaying%,$rgb(200,0,0))),$rgb(255,30,30)),$if($stricmp(%rating%,5),$rgb(0,255,0,0,255,0),$rgb(255,30,30))
$set_style(frame-top,1,$if($stricmp(%rating%,5),$rgb(0,255,0,0,255,0),$if(%isplaying%,$rgb(200,0,0))),$rgb(255,30,30)),$if($stricmp(%rating%,5),$rgb(0,255,0,0,255,0),$rgb(255,30,30)))
WARNING: BACK UP YOUR GLOBALC CONFIG BEFORE TURNING THIS ON!
No really, do so.
That's what I use. Like I said, a huge hack. There are also a few rip-offs from a certain person's Track Info config in there. I use buttons from Anas, and I added a Rating Up and Rating Down button, including mouseovers for it. The tabs are album Art, two Browser panels and a Playlist Tree panel.