| Age | Commit message (Collapse) | Author |
|
reenable the try/except block for faulty plugin catching
don't expect a directory /usr/lib/tuxbox/plugins to be present by the tuxbox plugin starter
|
|
|
|
|
|
c++ part supports it
|
|
file called plugin.py in his directory
for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update
when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize
the directory as module
|
|
|
|
add functionality to the messagebox
|
|
|
|
|
|
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am
plugins can be added at runtime
|