hihi wrote: > 1. Now I have installed LMS on my NAS to start and stop the player over > Telnet :9090; is it possible to do something similar without installing > LMS and using the mysqueezebox.com like the iPeng is doing? If so, how? > What is the protocol to use? Yes, use the JSON protocol to direct queries to mysb.com. Look at the documentation for the CLI commands, and instead of telnet, send JSON queries. You can use JSON with the local server, too. It is a bit more verbose than telnet but much more robust, because error cases are handled in the JSON stack you will use.
(because I like to praise my own coding prowess: you can find 'here' (http://forums.slimdevices.com/showthread.php?48521-Announce-Beta-version-of-SvrPowerControl&p=470590&viewfull=1#post470590) an example perl script that queries players status on mysb.com using Json.) ------------------------------------------------------------------------ epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711 View this thread: http://forums.slimdevices.com/showthread.php?t=96669 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
