It's not Erland's plugin that is causing the problem, so you won't
really find much to edit there that would give you the filename.

What you want to look for is Par.pm, which for squeezecenter, is
located in server/CPAN/PAR.pm. This is the one that will be used,
unless you have a different copy installed on your system elsewhere.

Change line 872 from:
open $fh, '+>', $filename or die $!;

to:
open $fh, '+>', $filename or die "cannot write to $filename";

Then check the logs for that message once you've restarted the server.

-kdf


-- 
kdf
------------------------------------------------------------------------
kdf's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=47564

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

Reply via email to