xbmc-addons - Google Code:: if ( xbmcgui.Dialog().yesno( self.title, xbmc.getLocalizedString( 30000 ), "", " ", xbmc.getLocalizedString( 30020 ), xbmc.getLocalizedString( 30021 ) ) ): http://code.google.com/p/xbmc-addons/source/browse/trunk/plugins/programs/SVN+Repo+Installer/installerAPI/xbmcplugin_downloader.py?spec=svn259&r=259HOME | 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? Blogmarks.net : Public marks with tag xbox:: tlrobinson.net / projects / xbmc iphone remote. by depositado Python: module xbmc and xbmcgui. by JJL · xbox python reference http://blogmarks.net/marks/tag/xboxHOME |
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 Foros ZackYFileS - SS2 + myTheatre + Xbox = [el proveedor :: 30 posts - Last post: Aug 28, 2004import urllib, time, xbmc, xbmcgui from HTMLParser import HTMLParser #get actioncodes from keymap.xml ACTION_PREVIOUS_MENU = 10 http://foros.zackyfiles.com/printthread.php?t=225211HOME | The Tao of Mac - Comfy Football with Quicksilver and an Xbox:: URL PASTER # TeknoJuce @ #XBMC on efnet import xbmc, xbmcgui, socket, os host = '' # '' = Localhost port = 45569 # Port buf = 1024 addr = (host,port) TBN http://the.taoofmac.com/space/blog/2006/06/19HOME |
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)
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|