Hi !
I'm trying to start my own plugin development.
I started here: http://wiki.xbmc.org/index.php?title=HOW...s_for_XBMC
But this is very ... confuse ...
I'd need a plugin file structure, a "where to write what" starting guide
So I read here: http://wiki.xbmc.org/index.php?title=Python_development
And this: http://wiki.xbmc.org/index.php?title=HOW...orld_addon
Every guide starts "... write this ... " ... but where ?!?!?!?
Ok the most basic example is
But ... in which file !?
Which folder/file structure must I prepare ?
How to test ?
I'm trying to start my own plugin development.
I started here: http://wiki.xbmc.org/index.php?title=HOW...s_for_XBMC
But this is very ... confuse ...
I'd need a plugin file structure, a "where to write what" starting guide
So I read here: http://wiki.xbmc.org/index.php?title=Python_development
And this: http://wiki.xbmc.org/index.php?title=HOW...orld_addon
Every guide starts "... write this ... " ... but where ?!?!?!?
Ok the most basic example is
Code:
import xbmc
xbmc.executebuiltin('Notification(Hello World,This is a simple example of notifications,5000,/script.hellow.world.png)')
But ... in which file !?
Which folder/file structure must I prepare ?
How to test ?