From: Andreas Frisch Date: Tue, 28 Oct 2008 18:41:21 +0000 (+0000) Subject: add flac and mp4 X-Git-Tag: 2.6.0~684 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6?hp=77923ed4e1caecf4cef7d46bd6979ef700fed7e2 add flac and mp4 --- 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):