Hi Greg and thanks for the answer. I'm sure I'm not making it as clear
as I should be. The Zero/Pirate is set in the settings to use the LMS on
the server (RPI 3B). What I'm trying to do is to get it to also use the
server as the player. I just want the Zero/Pirate to be just the
controller, not the actual player.

I think that's a better explanation.

Thanks,

Howard


Greg Erskine wrote: 
> 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 User commands are backgrounded so you 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


------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

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

Reply via email to