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