Crash in musicInfoScr w/svn 5259 (trunk) w/ShoutCast: Undefined subroutine &Slim::Music::Info::infoFormat called at C:/Program Files/SlimServer/server/Plugins/MusicInfoSCR.pm line 549.
Looks like a "use" line might be required since infoFormat is still used: --- package Plugins::MusicInfoSCR; +use Slim::Music::Info::infoFormat; use Slim::Utils::Strings qw (string); use vars qw($VERSION); --- Works for me. -- MrC ------------------------------------------------------------------------ MrC's Profile: http://forums.slimdevices.com/member.php?userid=468 View this thread: http://forums.slimdevices.com/showthread.php?t=17590 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
