diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-02 16:02:59 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-02 16:02:59 +0100 |
| commit | e5953c16c3ff3664f0f7a763f242a3eb69fed19d (patch) | |
| tree | 87e820fe8fa4e22b984ce60fc03c5712f9a7f335 /lib/python | |
| parent | f3a30a79a5dda5f33a9241de575bbf9fa66b4170 (diff) | |
| download | enigma2-e5953c16c3ff3664f0f7a763f242a3eb69fed19d.tar.gz enigma2-e5953c16c3ff3664f0f7a763f242a3eb69fed19d.zip | |
Revert "disable m2ts support for release 2.6"
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index 0e3bdf02..596f2d5a 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -110,7 +110,7 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB # 'None' is magic to start at the list of mountpoints defaultDir = config.mediaplayer.defaultDir.getValue() - self.filelist = FileList(defaultDir, matchingPattern = "(?i)^.*\.(mp2|mp3|ogg|ts|wav|wave|m3u|pls|e2pls|mpg|vob|avi|divx|mkv|mp4|m4a|dat|flac|mov)", useServiceRef = True, additionalExtensions = "4098:m3u 4098:e2pls 4098:pls") + self.filelist = FileList(defaultDir, matchingPattern = "(?i)^.*\.(mp2|mp3|ogg|ts|m2ts|wav|wave|m3u|pls|e2pls|mpg|vob|avi|divx|mkv|mp4|m4a|dat|flac|mov)", useServiceRef = True, additionalExtensions = "4098:m3u 4098:e2pls 4098:pls") self["filelist"] = self.filelist self.playlist = MyPlayList() |
