Control XBMC via HTML
#15
You'll probably want to look over the JSON API and see what you can get accomplished from there (if you haven't already):

http://wiki.xbmc.org/index.php?title=JSON-RPC_API

As far as doing the calls you'll most likely need to implement some Javascript (JQuery or whatever your preference is) An ajax call putting the json information into the POST Data is what you'll have to look into. I don't have any specific examples but someone else may be able to toss them out - I usually code stuff in python and don't have the html experience either.
Reply


Messages In This Thread
Control XBMC via HTML - by hernandito - 2012-05-08, 17:01
RE: Control XBMC via HTML - by whitebelly - 2012-05-08, 18:54
RE: Control XBMC via HTML - by hernandito - 2012-05-08, 19:39
RE: Control XBMC via HTML - by jhsrennie - 2012-05-08, 19:48
RE: Control XBMC via HTML - by hernandito - 2012-05-08, 20:13
RE: Control XBMC via HTML - by whitebelly - 2012-05-08, 21:16
RE: Control XBMC via HTML - by hernandito - 2012-05-08, 21:51
RE: Control XBMC via HTML - by whitebelly - 2012-05-08, 22:17
RE: Control XBMC via HTML - by Riball - 2012-05-09, 00:00
RE: Control XBMC via HTML - by hernandito - 2012-05-09, 02:27
Re: Control XBMC via HTML - by robweber - 2012-05-09, 00:20
RE: Control XBMC via HTML - by whitebelly - 2012-05-09, 01:44
RE: Control XBMC via HTML - by robweber - 2012-05-09, 19:21
RE: Control XBMC via HTML - by hernandito - 2012-05-11, 18:08
RE: Control XBMC via HTML - by robweber - 2012-05-12, 03:08
Logout Mark Read Team Forum Stats Members Help
Control XBMC via HTML0