From 43daa4a4977458503f80900194fe0779995a1257 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 4 Jul 2008 09:33:30 +0000 Subject: add support for avi/mkv .... please note that not all is working yet, and not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;) --- lib/python/Components/FileList.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components/FileList.py') diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 3e38bd06..e064d052 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -22,6 +22,8 @@ EXTENSIONS = { "avi": "movie", "mpg": "movie", "mpeg": "movie", + "mkv": "movie", + "avi": "movie", } def FileEntryComponent(name, absolute = None, isDir = False): -- cgit v1.2.3