Kodi Community Forum
Http/URL commands - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Kodi Remote for Android Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=129)
+---- Thread: Http/URL commands (/showthread.php?tid=129808)



Http/URL commands - Hoevding - 2012-04-24

Hey guys.

I´m about to start using the iRule app for Galaxy tab 8.9 and GS2, just waiting for the Global Cache.
I´m thinking about using certain buttons on my oncoming remote to control my XBMC(Eden) as well.
Is there an easyread list of all the http-commands that you would adress these buttons, and the actions that they mean?
I´ve tried to make it out from the wiki, but I´m somewhat of a amateur when it comes to programming and stuff.

I can probably figure it out on my own, but it would probably take twice as long, if I´m lucky.

/Hoevding


RE: Http/URL commands - mlte - 2012-04-25

http://wiki.xbmc.org/index.php?title=Web_Server_HTTP_API


RE: Http/URL commands - Roboss - 2012-08-13

In relation to the SendKey command, do i have to import this key.h file somewhere? https://github.com/xbmc/xbmc/blob/master/xbmc/guilib/Key.h

If so, where?

PS using Eden on Ubuntu


RE: Http/URL commands - Roboss - 2012-10-09

On the wiki page here: http://wiki.xbmc.org/index.php?title=Web_Server_HTTP_API the link to the example list of "Action Commands" is broken (https://github.com/xbmc/xbmc/tree/16176/branches/linuxport/XBMC/guilib/Key.h)

Anyone able to help with providing the list of "Action Commands" we can use?