jaysung;217434 Wrote: > > Can you give an example for I don't know exactly what my player id > would be. > Would I just do a call to that web site? i.e would wget be enough? Then > I could write a script running on the server machine which chekcks the > state of all players and connects them back to the server every now and > then or when a cerain condition ist true.
A wget wouldn't be enough, it needs to login. It should be doable in Perl, though. The player ID seems to be (at least for me) a 4 digit number, perhaps from the PIN or perhaps just a token to distinguish SB's registered to the same account apart. (Since it will still need the authentication cookie to actually disconnect.) > > Where can I find an introduction to the cli? I logged in via telnet to > slimserver:9090 but there was not much I intuitively grasped from I > knowledge of bash. http://localhost:9000/html/docs/cli-api.html would work, but the catch is the "disconnect a player" would have to be given to the Squeezenetwork servers which don't support CLI access. -- snarlydwarf ------------------------------------------------------------------------ snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179 View this thread: http://forums.slimdevices.com/showthread.php?t=37110 _______________________________________________ squeezenetwork mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/squeezenetwork
