PDA

View Full Version : xbmc and xbmcgui?


No0ne
2004-04-10, 12:16
i have been looking for both these modules to see all the functions available in them but i can not seem to find them on my system. i am pretty sure i have them because when i import them for use the script runs without error.

am i wrong in believing that xbmc is actually xbmc.py and xbmcgui is xbmcgui.py? i am simply looking for all methods of use and need to see the source in order to do so since there is not really any complete docs on the 2 main modules. if these are actual modules where do they reside? are they actually compiled into the interpretor?

xsintill
2004-04-10, 15:13
you can check what functions are used within python modules if you use pythons help function.
help('xbmc')
help('xbmcgui')
then check the xbmc.log file to see what functions are available in your version

there is a script out which writes all functions to an html file
check the following thread:
http://www.xboxmediaplayer.de/cgi-bin....;t=2992 (http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl?act=st;f=21;t=2992)