X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FScanner.py;h=a004204e1388dd9f86b9580686a3535b39d34d1a;hb=f1186b323fe59536ceb717a799839e9cbc48b30a;hp=b1b36ebf737347d80a8c971d6e6322f546aa838f;hpb=189ce5c382a6a644a2473cc138b836cef513308b;p=vuplus_dvbapp diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py index b1b36eb..a004204 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)