Merge branch 'obi/master-20110412' into experimental
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 12 Apr 2011 13:08:50 +0000 (15:08 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 12 Apr 2011 13:08:50 +0000 (15:08 +0200)
lib/python/Components/Scanner.py

index 813c09f..e01c61f 100644 (file)
@@ -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)