[SlimDevices: Beta] Can't open .pls in Shoutcast with latest nightlies

flipflip flipflip.3dzyqz1218489302 at no-mx.forums.slimdevices.com
Mon Aug 11 14:11:12 PDT 2008


Jannock;326159 Wrote: 
> 
> Does flipflip know about this issue?


Yes. Add a line to the file /volume1/SSODS/lib/perl5/5.8.8/overload.pm

Change 

Code:
--------------------
    
  package overload;
  
  our $VERSION = '1.04';
  
  
--------------------


to


Code:
--------------------
    
  package overload;
  
  use Scalar::Util qw(blessed);
  
  our $VERSION = '1.04';
  
  
--------------------


flip

P.S. Not sure if this change is OK. But it help here.


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=48674



More information about the beta mailing list