diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-01 12:05:04 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-01 12:05:04 +0200 |
| commit | d892321813a7129f777ab69d05afb8a38cb737b0 (patch) | |
| tree | d1ec1cccee59daecd66b0db138c265b9da062d75 /lib/python/Components/FileList.py | |
| parent | ccacb75cc03833ebc4a44bbc740bb8b196b53880 (diff) | |
| download | enigma2-d892321813a7129f777ab69d05afb8a38cb737b0.tar.gz enigma2-d892321813a7129f777ab69d05afb8a38cb737b0.zip | |
add .mov as playable extension
Diffstat (limited to 'lib/python/Components/FileList.py')
| -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 f9697094..54bb1acf 100755 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -26,7 +26,8 @@ EXTENSIONS = { "mpg": "movie", "mpeg": "movie", "mkv": "movie", - "mp4": "movie" + "mp4": "movie", + "mov": "movie" } def FileEntryComponent(name, absolute = None, isDir = False): |
