dvbnick;425538 Wrote: 
> Hi and thanks a lot for your work!
> I'm looking for a solution to switch my boom to SN without(!)
> suspending the server. I tried to write a batch file just to switch to
> SN but as I am far from being a programmer I could not reach a working
> result.
> Any help is appriciated.
> Greetings, dvbnick
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.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
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