diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-11 15:43:08 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-11 15:43:08 +0000 |
| commit | df57779365b7f25d537ca9935fb95993906907f4 (patch) | |
| tree | d38d63cf38a532ac1628a9555adb6af9e34152c0 /lib/python | |
| parent | 4f46a90d789f28eb0ca156caeb2bb55136d8ac85 (diff) | |
| download | enigma2-df57779365b7f25d537ca9935fb95993906907f4.tar.gz enigma2-df57779365b7f25d537ca9935fb95993906907f4.zip | |
add a tux picture for the tuxbox plugins
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/tuxboxplugins/Makefile.am | 7 | ||||
| -rw-r--r-- | lib/python/Plugins/tuxboxplugins/plugin.py | 6 | ||||
| -rw-r--r-- | lib/python/Plugins/tuxboxplugins/tuxbox.png | bin | 0 -> 1867 bytes |
3 files changed, 6 insertions, 7 deletions
diff --git a/lib/python/Plugins/tuxboxplugins/Makefile.am b/lib/python/Plugins/tuxboxplugins/Makefile.am index 055d9bdd..e69de29b 100644 --- a/lib/python/Plugins/tuxboxplugins/Makefile.am +++ b/lib/python/Plugins/tuxboxplugins/Makefile.am @@ -1,7 +0,0 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/tuxboxplugins - -install_PYTHON = \ - __init__.py \ - plugin.py - - diff --git a/lib/python/Plugins/tuxboxplugins/plugin.py b/lib/python/Plugins/tuxboxplugins/plugin.py index b2b3efd9..b7005662 100644 --- a/lib/python/Plugins/tuxboxplugins/plugin.py +++ b/lib/python/Plugins/tuxboxplugins/plugin.py @@ -19,6 +19,12 @@ def getPlugins(): pass return pluginlist +def getPicturePaths(): + list = [] + dir = os.listdir("/usr/lib/tuxbox/plugins/") + for x in dir: list.append("tuxbox.png") + return list + def getPluginParams(file): params = {} file = open("/usr/lib/tuxbox/plugins/" + file, "r") diff --git a/lib/python/Plugins/tuxboxplugins/tuxbox.png b/lib/python/Plugins/tuxboxplugins/tuxbox.png Binary files differnew file mode 100644 index 00000000..929ca6dc --- /dev/null +++ b/lib/python/Plugins/tuxboxplugins/tuxbox.png |
