neilcoburn wrote: 
> Here's the full version

Can you edit the perl file: Spotifyd.pm?  If so, try changing this line
85 to:


Code:
--------------------
    
                # this converts to windows shortened paths
                my $helperPath = 
Slim::Utils::OSDetect::getOS->decodeExternalHelperPath($helperName) || 
$helperName;
  
--------------------


Other wise change that line to:

Code:
--------------------
    
  my $helperPath = $helperName;
  
--------------------


I'm summising that that call to decodeExternalHelperPath doesn't work...
But it could be something else..


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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

Reply via email to