hi Howard Passman,
I am not sure I follow your requirement exactly. :confused:
When pCP boots and squeezelite starts, squeezelite looks for LMS on the
network. It connects to the first one it finds. If you have multiple LMS
then you can use to Squeezelite settings > LMS IP to force it to connect
to one particular LMS.
If a LMS is not available then restarting squeezelite will make it look
a LMS again. ( I am not sure if squeezelite will retry by itself??,
probably not if you are having a problem.)
Try adding these to a User command:
Code:
--------------------
/usr/local/etc/init.d/squeezelite restart
--------------------
Probably will not need sudo, but if you do
Code:
--------------------
sudo /usr/local/etc/init.d/squeezelite restart
--------------------
Add a delay.
Code:
--------------------
sleep 10; /usr/local/etc/init.d/squeezelite restart
--------------------
The command is backgrounded so yo may need round brackets.
Code:
--------------------
( sleep 10; /usr/local/etc/init.d/squeezelite restart )
--------------------
I obviously haven't tested this but these are the steps I would try.
regards
Greg
------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=111787
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix