aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-12-02 00:14:00 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-12-02 00:14:00 +0100
commit819285a4572823e343f0d1ab88e2c68c2caf2677 (patch)
tree224be7919e05ab6a321948f579d04da015f67a4e /lib/python/Components
parent4030160e538a616edfd896c5cf6481bb458aaabe (diff)
downloadenigma2-819285a4572823e343f0d1ab88e2c68c2caf2677.tar.gz
enigma2-819285a4572823e343f0d1ab88e2c68c2caf2677.zip
add "divx" as known file extension
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/FileList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index e028ec3a..231fde2f 100644
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -21,6 +21,7 @@ EXTENSIONS = {
"bmp": "picture",
"ts": "movie",
"avi": "movie",
+ "divx": "movie",
"mpg": "movie",
"mpeg": "movie",
"mkv": "movie",