paul- wrote: > so it seems that slimserver sees the script exiting as failure > > so I removed the "&" when starting the spotifydhf binary and changed the > script to copy the conf file at startup and remove the command logging. > > Everything works. > > spotifydhf > > Code: -------------------- > > > #! /bin/bash > #exec > /tmp/spotify.scr 2>&1 > #set -x > cp /opt/slimserver/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf.conf /opt/slimserver/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf.bin.conf > /opt/slimserver/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf.bin /opt/slimserver/Logs/spotifyd.log > -------------------- > > > > processes running > > Code: -------------------- > > > paul@lms-server:/tmp$ ps axu |grep slimserv > lms 17921 5.0 3.4 81784 71868 ? Ss 15:48 0:11 /usr/bin/perl /opt/slimserver/slimserver.pl --user lms --daemon > root 17922 0.0 0.0 2356 1076 ? S 15:48 0:00 /bin/bash /opt/slimserver/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf /opt/slimserver/Logs/spotifyd.log > root 17924 10.8 0.2 11276 4468 ? Sl 15:48 0:25 /opt/slimserver/Cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf.bin /opt/slimserver/Logs/spotifyd.log > > -------------------- > >
Could you try to see why it is not working by default - if you remove the --daemon or --user options for lms does this impact anything? ------------------------------------------------------------------------ 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 [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
