While looking at another issue I enabled Info logging for player.playlist and started to get multiple occurrences of the following message (with a backtrace), sometimes as often as every few seconds:
Slim::Player::Playlist::song (56) The use of Slim::Player::Playlist::song() is deprecated, use Slim::Player::Playlist::track() instead (Full server log attached) A quick review of the code shows that after logging the backtrace song() simply returns 'track(@_)' ; song() itself is actually being called from Slim::Player::Playlist::url() like this: *my $objOrUrl = song( @_ );* Could this be changed to *my $objOrUrl = track( @_ );* to avoid this problem? +-------------------------------------------------------------------+ |Filename: server.log (7).zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=37688| +-------------------------------------------------------------------+ ------------------------------------------------------------------------ pointy56's Profile: http://forums.slimdevices.com/member.php?userid=72509 View this thread: http://forums.slimdevices.com/showthread.php?t=116246 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
