gharris999;425716 Wrote: 
> Assuming that you are running Windows, this is what you want:
> 
> switch2sn:cmd
> > 
Code:
--------------------
  >   > 
  > @echo off
  > rem Change the following value if not running this batch file locally on 
the SC machine.
  > set ServerIP=127.0.0.1
  > 
  > rem Change the following value if you have changed the value for the CLI 
port in SC settings.
  > set CLIPort=9090
  > 
  > rem Change the following value to match your players actual MAC address.
  > set PlayerMAC=00:04:20:10:0A:0B
  > 
  > scclitol.exe %PlayerMAC% connect www.squeezenetwork.com -h %ServerIP% -p 
%CLIPort%
  > 
--------------------
> > 
> At a minimum, you MUST change the PlayerMAC value in the script to
> match the MAC address for you player...which you can find on the
> SqueezeCenter webUI Settings->Information page.
Tried it, but it doesn't work.Server-IP and Cli-Port are unchanged and
I've changed the MAC-Adress to the one of my Boom. Double-Checked my SN
settings. Nothing happens executing the batchfile. The Boom stays
connected to SC (no shutdown too, of course). With the first script
(suspend2SN) the Boom connection (switching) to SN works, but afterwards
the server is shutting down (this is what I wanted to avoid - as I wrote
in my previous post). Where is my mistake? Or is there a way to make a
change to the "settings.pm"-file to change the behaviour of
srvrpowercontrol (do nothing instead of shutting down)?
Thanks in advance, dvbnick


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

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

Reply via email to