Duplicates

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.

Thanx. Regards.

You can read up here on the recommended naming for TV shows: https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/

1 Like

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.

Hello drahn,

Thanx. I have done exactly what was suggested. Any other suggestion since it doesn’t work.

Thanx.
Regards.

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.

Any other steps. It doesn’t work. Note that I have read and redone everything base on this article.

Anyway to tell PLEX these are not duplicates? False positive let say

Plex Dance the shows.

When you move them back, do so individually. Wait until Plex has finished scanning, downloading metadata, etc, before moving the next show back.

If Plex still does not separate the shows, please provide another screenshot, like in your first post, showing how the media is named/organized.

Some tools that can help with renaming files:

Many people use Filebot.

The free version of Tiny Media Manager works for basic renaming.

TMM Renamer Patterns:

  • Show Name: ${showTitle} (${showYear})
  • Season: Season ${seasonNr2}
  • Episode Name: ${showTitle} (${showYear}) s${seasonNr2}e${episodeNr2} ${episode.title}
  • Movie Name: ${title} (${year}) {imdb-${imdb}}

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

library

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.