diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-09-07 12:25:04 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-09-07 12:25:04 +0200 |
| commit | 64d399c3d183fa3f7d02fb73e474e42583538def (patch) | |
| tree | c0b04b91f1083256ee9c1cebd063a46d4f3ce086 /lib/python/Components | |
| parent | 71dd5b32ca9f94f1a35ff6e82671d89642fec23b (diff) | |
| parent | 8ea52b04edc7f04d2c5d8a05156cbe0810f03612 (diff) | |
| download | enigma2-64d399c3d183fa3f7d02fb73e474e42583538def.tar.gz enigma2-64d399c3d183fa3f7d02fb73e474e42583538def.zip | |
Merge remote-tracking branch 'origin/obi/master-20110412'
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Scanner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py index 813c09f8..e01c61fd 100644 --- a/lib/python/Components/Scanner.py +++ b/lib/python/Components/Scanner.py @@ -11,6 +11,8 @@ add_type("application/x-dream-package", ".dmpkg") add_type("application/x-dream-image", ".nfi") add_type("video/MP2T", ".ts") add_type("video/x-dvd-iso", ".iso") +add_type("video/x-matroska", ".mkv") +add_type("audio/x-matroska", ".mka") def getType(file): (type, _) = guess_type(file) |
