DC Comics is being detected as Directors Cut Comics

So, has this issue been address yet? Can anyone confirm

Yes I do want to continue this old conversation… Brother…

Nope… Not fixed as of PMS v1.13.8.5395.

Side note…
I updated to version 1.13.8.5395 for my Roku Preview app but it freezes, LOL!! I damn near died laughing. All that for nothing… I love it.

Dang. PMS v1.15.3.876 still sees DC as Directors Cut.
dc%20name03
dc%20name01

Dear lord, why is this still a problem? Who in the history of ever has named a file “DC” to denote it’s the directors cut? Good thing the DC Universe films never really took off I guess.

Oh snap!! That’s another one I might need to add. Thanks.

Well, if you all are like me and want a ‘seamless’ matching experience with plex then this might be for you. Here is a ‘fix’ for those that have issues matching DC Super Hero High
This is not official. It’s just a quick patch until a more official & permanent solution is released.
The file is VideoFiles.py and is located in the installation folder (\Resources\Plug-ins-xxxxxxx*\Scanners.bundle\Contents\Resources\Common). You may need to copy the file to your desktop first being most installs are located in the program files directory and Windows will restrict notepad from editing it. That or launch notepad as administrator.
*Plug-ins-xxxxxxx name will vary from system-to-system. Do a simple Windows search for the file VideoFiles.py if you are having troubles locating the file or folder.

Change the following line

if i+1 < len(newTokens) and newTokens[i+1].lower() in ['comic', 'comics']:

to

if i+1 < len(newTokens) and newTokens[i+1].lower() in ['comic', 'comics', 'super']:

Anyway… I like to say I’ve been using this for several months now and have no issues and Plex has been automatically matching these titles…

DC Super Hero Girls
LEGO DC Super Hero Girls

Again, this is not official !!

Thanks, I’ll give that a try! It was actually hiccuping on the DC Showcase movies FYI.

Same case, different title.

if i+1 < len(newTokens) and newTokens[i+1].lower() in ['comic', 'comics', 'super', 'showcase']:

But aren’t there only 5 DC Showcase movies? Guess it don’t matter. You never know when the 6th movie will come out.
Remember, this quick fix is for the automation of the Plex scanner to scan and find matches automatically without the need to ‘fix match’ manually.
Fix Match is always an option but I want plex to find without my interaction.