Yes I restarted the server.

I have done some debugging and found that the variable $song in sub
formatOverride { } is undefined and thus the line

return $song->pluginData('format') || 'aac';

fails. If I simply change it to

return 'aac';

it seems to work. I don't know what will happen if the stream is not
aac, though ;-)

I am experinced in PHP but I know nothing about Perl and I don't
understand from where formatOverride is called. Hence I can't figure
out why $song is undefined as I don't know with which parameters it is
called.

Any clues?


-- 
marlar
------------------------------------------------------------------------
marlar's Profile: http://forums.slimdevices.com/member.php?userid=9135
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to