aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-04 09:33:30 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-04 09:33:30 +0000
commit43daa4a4977458503f80900194fe0779995a1257 (patch)
tree54a86ff3f734bdb6c09fac73cf2068c5a7ee148e /lib/python
parent8fe0d07f39318ec8d832d615dadf08e70bd7cf21 (diff)
downloadenigma2-43daa4a4977458503f80900194fe0779995a1257.tar.gz
enigma2-43daa4a4977458503f80900194fe0779995a1257.zip
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 ;)
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/FileList.py2
1 files changed, 2 insertions, 0 deletions
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):