Plex-Cleaner icon indicating copy to clipboard operation
Plex-Cleaner copied to clipboard

How To Determine Exact Show Name

Open quixote23 opened this issue 3 years ago • 0 comments

First of all, I've been using this for a couple of years now and it's great - great job and thank you.

I'm wondering if you can clarify how PlexCleaner parses unusual characters in show names. The show I'm having a problem with is Carnivàle. Every single time I run PlexCleaner it fails to identify this as a kept show. I've tried (and currently have) all of the following variations in my config:

"CarnivÀle": {
  "action": "keep"
},
"Carnivàle": {
  "action": "keep"
},
"Carnivále": {
  "action": "keep"
},
"Carnivale": {
  "action": "keep"
},
"Carniv?le": {
  "action": "keep"
}, 	
"Carnivàle": {
  "action": "keep"
}, 	

I've also tried adding the entire folder to the ignoreFolders list, with no success. Note that this is the only show out of like 200 that I have this problem with.

quixote23 avatar Feb 10 '22 00:02 quixote23