doggod wrote: 
> Hi,
> Not sure if I completly have understood you right of what you've done or
> not? But you'll need to put in the mac address not the ip of the
> player.
> ie like this, this works fine for me ;
> SqueezeBoxServerIP="127.0.0.1"
> SqueezeBoxServerCLIPort=9090
> SqueezeBoxPlayerID="12:34:56:78:02:03" (note : example only)
> Foobar2000Location="C:\xxxxxx\xxxxxxx\foobar2000.exe"
> AMIPFile="C:\nextsong.txt

This is how the first 22 lines of the code look now:


Code:
--------------------
    $m_amip = "I:\nextsong.txt"
  $m_ip = "192.168.0.14"
  $m_port = 9000
  $m_fooh = "[CLASS:{E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}]"
  $m_fooexe = "C:\Program Files (x86)\foobar2000\foobar2000.exe"
  $m_f = ""
  $m_r = "0"
  $m_s = "0"
  $m_p = "?"
  $m_t = ""
  $m_n = ""
  $m_ne = ""
  $m_fn = ""
  $m_sq = ""
  $m_title = ""
  $m_idle = 0
  $m_ro = "0"
  $m_seek = 0
  $m_elt = ""
  $m_seekt = 8
  $m_0gap = 0
  $m_0seek = 0
--------------------


Where would i have to insert my players mac address?
And could i add multiple addresses? would it automatically synchronize
the players then?


------------------------------------------------------------------------
wurstsalat's Profile: http://forums.slimdevices.com/member.php?userid=64140
View this thread: http://forums.slimdevices.com/showthread.php?t=79575

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

Reply via email to