I know there are http commands like the following:
http://ip/command/?cmd=play
http://ip/command/?cmd=next
http://ip/command/?cmd=pause
http://ip/command/?cmd=stop
http://ip/command/?cmd=vol.sh up 1
http://ip/command/?cmd=vol.sh dn 1
http://ip/command/?cmd=vol.sh mute
http://ip/command/?cmd=vol.sh 25
Are there commands I can use in a python script, just need the basics like above for now
http://ip/command/?cmd=play
http://ip/command/?cmd=next
http://ip/command/?cmd=pause
http://ip/command/?cmd=stop
http://ip/command/?cmd=vol.sh up 1
http://ip/command/?cmd=vol.sh dn 1
http://ip/command/?cmd=vol.sh mute
http://ip/command/?cmd=vol.sh 25
Are there commands I can use in a python script, just need the basics like above for now