From d892321813a7129f777ab69d05afb8a38cb737b0 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 1 Apr 2009 12:05:04 +0200 Subject: add .mov as playable extension --- lib/python/Components/FileList.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components') 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): -- cgit v1.2.3