aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-04-01 12:05:04 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-04-01 12:05:04 +0200
commitd892321813a7129f777ab69d05afb8a38cb737b0 (patch)
treed1ec1cccee59daecd66b0db138c265b9da062d75 /lib/python/Components
parentccacb75cc03833ebc4a44bbc740bb8b196b53880 (diff)
downloadenigma2-d892321813a7129f777ab69d05afb8a38cb737b0.tar.gz
enigma2-d892321813a7129f777ab69d05afb8a38cb737b0.zip
add .mov as playable extension
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 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):