From 1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Tue, 28 Oct 2008 18:41:21 +0000 Subject: [PATCH] add flac and mp4 --- lib/python/Components/FileList.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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): -- 2.30.2