2009-01-24, 12:58
DragonFly Wrote:The whole XBMC community should see this! This is great stuffWhy don't you show them

Sorry I'm not replying that fast... About your last suggestion, I was planning to make some info to fold and only unfold if you click on more info. If you do this, the "play" button will be directly on your screen

The other question:
Change (interface/ppc/inspire/pages/artist.php) line 45
Code:
echo '<a href="javascript:page.get(\'song&id='.$song->id.'\')" class="item arrow">'.$info_song['artist']['name'].' - '.$info_song['title'].'</a>';
to:
Code:
echo '<a href="javascript:page.get(\'song&id='.$song->id.'\')" class="item arrow">'.$info_song['album']['name'].' - '.$info_song['title'].'</a>';
And you have your album - title displayed...