Kodi Community Forum
Beginner Python - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Beginner Python (/showthread.php?tid=171219)



Beginner Python - anibeasts - 2013-08-14

I have come across a python script error whenever I start XBMC.
originating from randomandlastitems.py when _getMovies() function is called. I think it fails getting 'playcount'
I would like to debug it but am not familiar with the XBMC API or JSON_RPC call that gets called.
Is there any documentation on the available python XBMC API? I normally develop in Java.


RE: Beginner Python - ronie - 2013-08-14

you can find the xbmc python docs here:
http://mirrors.xbmc.org/docs/python-docs/frodo/