add some extension-icons
[vuplus_dvbapp] / lib / python / Plugins / test / plugin.py
index 668515f..18e8188 100644 (file)
@@ -22,7 +22,7 @@ class Test(Screen):
                self.skin = Test.skin
                Screen.__init__(self, session)
 
-               self["list"] = FileList("/", matchingPattern = "^.*\.png")
+               self["list"] = FileList("/", matchingPattern = "^.*\.(png|avi|mp3)")
                self["pixmap"] = Pixmap()
                
                #self["text"] = Input("1234", maxSize=True, type=Input.NUMBER)