add a tux picture for the tuxbox plugins
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 11 Jan 2006 15:43:08 +0000 (15:43 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 11 Jan 2006 15:43:08 +0000 (15:43 +0000)
lib/python/Plugins/tuxboxplugins/Makefile.am
lib/python/Plugins/tuxboxplugins/plugin.py
lib/python/Plugins/tuxboxplugins/tuxbox.png [new file with mode: 0644]

index 055d9bd..e69de29 100644 (file)
@@ -1,7 +0,0 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/tuxboxplugins
-
-install_PYTHON =       \
-       __init__.py \
-       plugin.py
-
index b2b3efd..b700566 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..929ca6d
Binary files /dev/null and b/lib/python/Plugins/tuxboxplugins/tuxbox.png differ