Also, I wanted to offer this up as a change to be made in the future: The Highest Rated Media were showing up as downloadable links rather than being played in the player. For us this is a huge problem as it violates our agreements with BMI and ASCAP (links should allow people to play our music but not download). So I changed this in the jukebox_media_toprated template:
Code:
<a href="$toprated[url]">$toprated[title] (Average Rating: $rating)</a><br />
to
Code:
<a href="jukebox.php?$session[sessionurl_q]do=viewmedia&mid={$toprated['mediaid']}">$toprated[title] (Average Rating: $rating)</a><br />