aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-02-16 14:31:31 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-02-16 14:31:31 +0100
commitdec9693d8437a31dab8e4010b33b57e1476a315c (patch)
treef4877973363fee5c1b381f83bd1fd51d1cc472ce /lib/python/Components
parentcdb8a973f09efb2d42875d7854edba9a411719ff (diff)
parent266b7db4f7e4a369206551e62df43e9a29edbeff (diff)
downloadenigma2-dec9693d8437a31dab8e4010b33b57e1476a315c.tar.gz
enigma2-dec9693d8437a31dab8e4010b33b57e1476a315c.zip
Merge branch 'bug_124_m2ts_support'
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
Diffstat (limited to 'lib/python/Components')
-rwxr-xr-xlib/python/Components/FileList.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index 1d71514b..1b7e81f5 100755
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -28,7 +28,8 @@ EXTENSIONS = {
"mpeg": "movie",
"mkv": "movie",
"mp4": "movie",
- "mov": "movie"
+ "mov": "movie",
+ "m2ts": "movie",
}
def FileEntryComponent(name, absolute = None, isDir = False):