Plex not finding all Episodes in a Season - Naming Issue?

Hello,

When I load my folder for TV shows on my server, Plex does not find Episodes 1-9 in each season. Naming convention is as follows:

TV/[Show Name]/Season [#]/[File Name]
TV/Futurama/Season 7/Futurama - Season 7 - Episode 5.mp4

It always finds episode 10 and any subsequent episodes, but never episodes 1-9. Any suggestions or ideas?

Bad naming

Make above:

TV/Futurama/Season 7/Futurama - S07E05.mp4

Ref: https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/

A more proper naming would be:
Futurama - S07E05.mp4
Also even if there is only one season "Season folders are a good idea.
This is a basic map as to how Plex likes TV shows in general.


TV Shows ← The TV library points here

_______ShowName (year)
____________Season 01
__________________ShowName (year) - s01e01 - Optional Name.ext
__________________ShowName (year) - s01e02 - Optional Name.ext
__________________and so on for the shows in season 01
____________Season 02 ← just like Season 01
____________Season 03 ← and so on for each season
____________Season 00 ← or “Specials”
__________________ShowName (year) - s00e01 - Optional name
__________________ShowName (year) - s00e02 - Optional name
__________________and so on for each special

Note 1: the eXX part of the specials must match EXACTLY what is found in TheTVDB

Note 2: The (year) may be omitted for shows that do not have more than one occurrence throughout the years.

There are many other structures and naming systems that work but this is the one I use and it just works.

For a mass rename I use FileBot with this format string {n.replaceTrailingBrackets()} - {s00e00.lower()} - {t}

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