Control XBMC via HTML
#1
Hi Guys,

I have what I hope is a basic request. I am trying to create a "home" web page for my home system. I have remote XBMC machine that I would like to control remotely via this page.

I want to issue some basic commands to the XBMC machine like Update Library, Reboot, etc. What would the html code look like to do this? In my unRAID NAS I have PHP and Curl installed. My web page is hosted on the NAS. Puttying to my NAS I can type the following command pointing to the XBMC machine:

Code:
curl "http://192.168.0.102:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.UpdateLibrary(video)"

How do I execute the same thing from within a web page?

Many thanks,

H.

p.s. I know I can use the stock XBMC web interface. I am trying to do something a little more custom.
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