diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-04-12 15:06:59 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-04-12 15:06:59 +0200 |
| commit | 8ea52b04edc7f04d2c5d8a05156cbe0810f03612 (patch) | |
| tree | 7e819d17a2dbcb8c843b96888912f6d9213fe447 /lib/python/Components/Scanner.py | |
| parent | acd40cc383d3a485dbb1b1d9369dc4de93b949aa (diff) | |
| download | enigma2-8ea52b04edc7f04d2c5d8a05156cbe0810f03612.tar.gz enigma2-8ea52b04edc7f04d2c5d8a05156cbe0810f03612.zip | |
Scanner.py: Add MIME types for mka and mkv (Patch by Stephan Reichholf)
Diffstat (limited to 'lib/python/Components/Scanner.py')
| -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) |
