Hi!

I'm using Synology DS213j NAS, LMS 7.7.2 is installed on it.
Using a SB Classic.

I also had the same libspotify.so.10 and autosplit.ix issue as others
reported. 
I made 3 steps to get it working:

1) Creating spotifyd.log logfile (maybe this step would be solved by 2)
that I don't know.

Code:
--------------------
    cd /volume1/@appstore/SqueezeCenter/Logs
  touch spotifyd.log
  chown admin:users spotifyd.log
--------------------


2) Copy libspotify.so.10 to /usr/lib

Code:
--------------------
    cd 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux
  cp libspotify.so.10 /usr/lib
--------------------


3) Create a fake autosplit.ix:

Code:
--------------------
    cd 
/volume1/@appstore/SqueezeCenter/CPAN/arch/5.8.6/MARVELL_ARMADA370/auto/IO
  mkdir Interface
  cd Interface/
  touch autosplit.ix
--------------------


Then edit the above autosplit.ix file with vi or WinSCP, just put "1" in
it.

After LMS restarted, Spotify password should be entered into the plugin
settings again, because previously it was not saved (probably caused by
the missing libspotify.so.10).

Now , if I start manually the spotify daemon (Helper App), then Spotify
works.

Code:
--------------------
    cd 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux
  ./spotifyd
--------------------


My question:
The spotifyd was supposed to be run manually, or should it be running by
LMS automatically?

Because spotifyd is not running for me automatically on Synology.


------------------------------------------------------------------------
batka's Profile: http://forums.slimdevices.com/member.php?userid=12908
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