also scan for video-CD content in directory MPEGAV (capitalized)
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 14:31:00 +0000 (14:31 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 14:31:00 +0000 (14:31 +0000)
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...",