Kodi Community Forum

Full Version: Python, HTTP API and Remote.xml - HOW?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
How can i implement
Code:
http://10.0.5.1/send.htm?remote=sony-main&command=volup
into a Remote.xml?