xbmc Plugin Documentation
#1
Thanks to all the devs for making this a great mediacenter.

Would there happen to be any documentation as for as using all the xbmc python plugins?
Reply
#2
http://wiki.xbmc.org/?title=HOW-TO_insta...ns_in_XBMC
Here this may hep. It only took me 2 minuts on google to find it.
Reply
#3
Thanks for the link!
Reply
#4
i was talking more along the lines of code documentation for the python librarys
Reply
#5
Hi nate12o6,

In this case I would advice you to look
- at the official documentation (unfortunately not completely up to date but still a very good start): http://xbmc.sourceforge.net/python-docs/
- at the great Voinage tutorial, he explains everything very well, provides libs and plenty of example, you just need to read: http://forum.xbmc.org/showthread.php?tid...n+tutorial
- look on google coe for example

Unfortunately I don't know other ways.
Image
_____________________________

Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV
Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only)

Image
Reply
#6
That's a great start, but is there any documentation for these controls
http://wiki.xbmc.org/?title=Controls

I'm downloading xbmc source to see if i can find it myself. I'm trying to implement a few things and I would prefer not to have to use base controls if I can find documentation for the rest of those controls.
Reply
#7
Download my plugin tutorial then ignore it and look at the html help files for xbmc,xbmcgui
Reply
#8
Those are the same files that are located at
http://xbmc.sourceforge.net/python-docs/

,but according to the other link I previously posted there are more built in controls then that are documented in those docs. Unless I am just mistaken which is possible.
Reply
#9
sstarcher Wrote:Those are the same files that are located at
http://xbmc.sourceforge.net/python-docs/

,but according to the other link I previously posted there are more built in controls then that are documented in those docs. Unless I am just mistaken which is possible.

you are linking to the documentation... not sure how much more you need (hint, if you click on an item under available controls it gives details) ?
those are specifically for skinners though, not all of them necessarily work in python.

you will have to look at the source to figure out exactly what will work.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc Plugin Documentation0