diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-28 18:41:21 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-28 18:41:21 +0000 |
| commit | 1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6 (patch) | |
| tree | b900cedd8d34e4a3df2183ea7fd92829a54040d1 /lib/python/Components/FileList.py | |
| parent | 77923ed4e1caecf4cef7d46bd6979ef700fed7e2 (diff) | |
| download | enigma2-1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6.tar.gz enigma2-1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6.zip | |
add flac and mp4
Diffstat (limited to 'lib/python/Components/FileList.py')
| -rw-r--r-- | lib/python/Components/FileList.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 17e84359..7801c556 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -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): |
