Python, HTTP API and Remote.xml - HOW?
#1
Question 
Until now i controlled the volume of my AV receiver with Apple Aluminium Remote, iRed2 and IRTRans Ethernet via applescript in the remote.xml.

See this thread for more info:
http://forum.xbmc.org/showthread.php?p=7...post764105


I'd like to get rid of the applescript and use python and HTTP API.
I can control the IRTrans Modul by calling an URL like this:

Code:
http://10.0.5.1/send.htm?remote=sony-main&command=volup

What's the best way to run this in the remote.xml and how?
Thanks!
Reply
#2
How can i implement
Code:
http://10.0.5.1/send.htm?remote=sony-main&command=volup
into a Remote.xml?
Reply

Logout Mark Read Team Forum Stats Members Help
Python, HTTP API and Remote.xml - HOW?0