also scan for video-CD content in directory MPEGAV (capitalized)
[enigma2.git] / lib / python / Plugins / Extensions / MediaPlayer / plugin.py
index 66f95fcb6d2867c44686c7ce887c29ddc93cbad8..afb8772e9ce492769ae7bea0efc49ee03ed14c8c 100644 (file)
@@ -854,6 +854,7 @@ def filescan(**kwargs):
                        paths_to_scan =
                                [
                                        ScanPath(path = "mpegav", with_subdirs = False),
                        paths_to_scan =
                                [
                                        ScanPath(path = "mpegav", with_subdirs = False),
+                                       ScanPath(path = "MPEGAV", with_subdirs = False),
                                ],
                        name = "Video CD",
                        description = "View Video CD...",
                                ],
                        name = "Video CD",
                        description = "View Video CD...",