diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-16 14:31:31 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-16 14:31:31 +0100 |
| commit | dec9693d8437a31dab8e4010b33b57e1476a315c (patch) | |
| tree | f4877973363fee5c1b381f83bd1fd51d1cc472ce /lib/python/Components | |
| parent | cdb8a973f09efb2d42875d7854edba9a411719ff (diff) | |
| parent | 266b7db4f7e4a369206551e62df43e9a29edbeff (diff) | |
| download | enigma2-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-x | lib/python/Components/FileList.py | 3 |
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): |
