Bug in slimserver - fixed in 6.5.1 but if you want to do a single line
change in 6.5.0 I think it should work.
In file Slim/Formats//Playlist.pm - the 3rd line in this routine is the
fix - reference to wrong tagClasses variable. Below is correct code.
Code:
--------------------
sub registerParser {
my ($class, $type, $playlistClass) = @_;
$::d_parse && msg("registerParser: Registering external parser for type
$type - class: $playlistClass\n");
$Slim::Music::Info::tagClasses{$type} = $playlistClass;
}
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=29004
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins