Triode wrote: 
> You have tried changing the helper app port to something other than the
> default?
> 
> If so, you can try to create a log file of how spotifyd starts up,
> change these two lines in Spotifyd.pm
> 
> > 
Code:
--------------------
  >   > 
  > $helperPath = $helperPath . "&> /tmp/spotify-debug";
  > eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 }, 
$helperPath); };
  > 
  > #eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 }, 
$helperPath, $logfile); };
  > 
--------------------
> > 
> 
> Add the first two lines and comment out the last one which is the
> existing line (the new lines go just before it)
> 
> Then start up and look at the contents of /tmp/spotify-debug to see
> any startup errors (hopefully!)

Yay, that is helpfull:


Code:
--------------------
    
  pavlov> more /tmp/spotify-debug 
  
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydnoflac:
 error while loading shared libraries: libspotify.so.10: cannot open shared 
object file: No such file or directory
  
--------------------


thats the whole thing. 
what surprises me its only the 'noflac' giving the error. 
in the server.log, i see it start up twice, with the warning about
`auto/IO/Interface/autosplit.ix` in between.

*-pike


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to