First of all I myself don't use the rating plug-in I posted.
But for automatic rating use a code:
CODE
$font(Arial Unicode MS,9,,210-210-210)
$puts(rating,
$ifgreater(%play_count%,50,5,
$ifgreater(%play_count%,20,4,
$ifgreater(%play_count%,10,3,
$ifgreater(%play_count%,5,2,
$ifgreater(%play_count%,2,1,0))))))
$repeat($char(9733),$get(rating))
$repeat($char(9734),$sub(5,$get(rating)))
For Lyrics panel: Have a look at this thread->
Lyrics PanelPlease use the search function