Allow playback of VCD (Video CD) and SVCD
[enigma2.git] / lib / python / Plugins / Extensions / MediaPlayer / plugin.py
index c4282a0704722ca1b472e45a0a27cb604dd2a346..25491b67c767ce7124dac47f5ba9e5ac3d6e9271 100644 (file)
@@ -843,6 +843,15 @@ def filescan(**kwargs):
                        description = "View Movies...",
                        openfnc = filescan_open,
                ),
+               Scanner(mimetypes = ["video/x-vcd"],
+                       paths_to_scan =
+                               [
+                                       ScanPath(path = "mpegav", with_subdirs = False),
+                               ],
+                       name = "Video CD",
+                       description = "View Video CD...",
+                       openfnc = filescan_open,
+               ),
                Scanner(mimetypes = ["audio/mpeg", "audio/x-wav", "application/ogg"],
                        paths_to_scan =
                                [