Kodi Community Forum

Full Version: Good news, httpapi is now exposed to python!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
:d
nad the developer of httpapi has now
exposed whole httpapi commands to python.
yes, no need to have the webserver on to use httpapi from python.

good news is that
command "getdirectory"
works on smb,ftp(i think)...etc.

python example file:
http://home.no.net/thor918/xbmc/xbmcapi.py

here is a list over httpapi we can use:
http://home.no.net/thor918/xbmc/xbmchttp.htm

and yes this was comitted to cvs 45 hours ago (time is when this is written), so you need a fresh cvs build to use these commands.
big up to you for these infos