Bugzilla – Bug 997
$ds->objectForUrl(Slim::Player::Playlist::song($client))->title() returns stream name instead of songtitle
Last modified: 2008-09-15 14:37:04 UTC
$ds->objectForUrl(Slim::Player::Playlist::song($client))->title() used to return the song title, with online streams often stuff like "This is my song - My Supergroup". When I tested my biography plugin today it returned the streams name instead, eg. "(#1 - 1598/19151) Radio Paradise - eclectic intelligent rock - music info & listener community at radioparadise.com" The instruction above comes from Kevin and Dan wrote the similar version in my plugin - can't be my fault ;-)
this also seems to affect status_header and now playing information when playing streams.
Michael - a last minute change myself and Vidur put in - call: Slim::Music::Info::getCurrentTitle( Slim::Player::Playlist::song($client) ); instead.
actually, i think that should be: Slim::Music::Info::getCurrentTitle($client, Slim::Player::Playlist::song($client) ); or Slim::Music::Info::getCurrentTitle( $client, $track->url()) ); you'll need to pass the client object in the case of your biography plugin. but otherwise, this seems to work
I'm currently using it without the client object and it seems to be working: $url = Slim::Player::Playlist::song($client) [..] $params->{'artist'} = Slim::Music::Info::getCurrentTitle('', $url); Is this plain wrong?
That looks correct.
looks good to me. marking fixed :)
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.