add flac and mp4
[enigma2.git] / lib / python / Components / FileList.py
index 17e8435969e5c8e9fc5a798f6da78182b88a3794..7801c5567cf60e1f7740b9c97ec1ec7455c7628e 100644 (file)
@@ -13,6 +13,7 @@ EXTENSIONS = {
                "mp3": "music",
                "wav": "music",
                "ogg": "music",
+               "flac": "music",
                "jpg": "picture",
                "jpeg": "picture",
                "png": "picture",
@@ -21,7 +22,8 @@ EXTENSIONS = {
                "avi": "movie",
                "mpg": "movie",
                "mpeg": "movie",
-               "mkv": "movie"
+               "mkv": "movie",
+               "mp4": "movie"
        }
 
 def FileEntryComponent(name, absolute = None, isDir = False):