Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
[enigma2.git] / lib / python / Components / FileList.py
index 7801c5567cf60e1f7740b9c97ec1ec7455c7628e..a93d444141847d27e3fbc016b6c14664a7215018 100644 (file)
@@ -10,6 +10,8 @@ from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, \
 from Tools.LoadPixmap import LoadPixmap
 
 EXTENSIONS = {
+               "m4a": "music",
+               "mp2": "music",
                "mp3": "music",
                "wav": "music",
                "ogg": "music",
@@ -20,6 +22,7 @@ EXTENSIONS = {
                "bmp": "picture",
                "ts": "movie",
                "avi": "movie",
+               "divx": "movie",
                "mpg": "movie",
                "mpeg": "movie",
                "mkv": "movie",