Server Version#: 1.32.4.7195
Player Version#:
TV series episodes Duplicates is driving me insane. There is no way to split and even when you can, PLEX discovers it as the same duplicates again and again.
I have few hundred of EPISODES that PLEX finds as an duplicate. Anyway to fix this manually? I have a lot of episodes DUPLICATES that doesn’t appear in my PLEX player.
I think the most important snippet from the guidelines in your case is here:
the folder you want to specify as the content location for the library is the folder that contains each of the individual show folders.
If you added K:\Series\Autre, Plex’s assumption will be “everything in the 480p folder is a single show”, so make sure you’re adding K:\Series\Autre\480p to Manage Library > Edit > Add folders, not K:\Series or K:\Series\Autre. The extra season subfolder (/S01/Why.Are.You.Like.This.S01.[...]/...) and individual episode folders probably don’t help either.
After making that change and rescanning your library, did the shows separate? If not, the Plex Dance might be helpful. Outside of that, using something like FileBot or Sonarr to bulk rename your files to better follow Plex’s TV/ShowName (Year)/Season XX/Show Name (Year) - SXXEYY - optional_info.ext conventions will probably be the easiest way to get things working as expected.
PowerRenamer in Microsoft Power Tools is helpful for simple renaming with pattern matches or regular expressions. It makes quick work of tasks such as adding a year to file names, removing undesirable text from multiple files, etc
On my system. For some reason, Plex had trouble matching Why Are You Like This. Adding the TMDB ID to the folder name and refreshing the metadata fixed it.
M:\PLEX TEST LIBRARIES\TEST-TV
+---Grace and Frankie (2015)
| \---Season 01
| Grace and Frankie (2015) s01e01.mkv
| Grace and Frankie (2015) s01e02.mkv
| Grace and Frankie (2015) s01e03.mkv
|
+---The Worst Witch (2017)
| \---Season 01
| The Worst Witch (2017) s01e01.mkv
| The Worst Witch (2017) s01e02.mkv
| The Worst Witch (2017) s01e03.mkv
|
\---Why Are You Like This (2021) {tmdb-118945}
\---Season 01
Why Are You Like This (2021) s01e01.mkv
Why Are You Like This (2021) s01e02.mkv
Why Are You Like This (2021) s01e03.mkv