gharris999;388128 Wrote: 
> If you are talking about wanting to automatically restore players from
> SN in some other context (i.e. NOT on resume) then you really need to
> communicate with SqueezeCenter via the CLI.  This would have NOTHING to
> do with SrvrPowerCtr.
> 
> Download SCCLITool from here:
> http://forums.slimdevices.com/showthread.php?t=52951
> 
> Then write a batch file like this:
> > 
Code:
--------------------
  >   > 
  > @echo off
  > set SCIP=yourserverip
  > set CLIPORT=9090
  > set MACADDR=00:04:20:10:01:09
  > 
  > SCCLITool.exe %MACADDR% connect %SCIP% -w 5 -h %SCIP% -p %CLIPORT%
  > 
--------------------
> > 
> Of course, you'll need to fixup the values of "SCIP" with the ip of
> your local server and set the value of "MACADDR" with the MAC address
> of your player.Last question, didn't think about it when I first read this: 
> would a
similar command line be possible for sending the SBs to Squeezenetwork
(before standby, for instance)?


-- 
gorman
------------------------------------------------------------------------
gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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

Reply via email to