Plex has a serious problem if a TV series has NxN in the title. For example, I have the series “3x3 Eyes”, which consists of 2 seasons, with 4 and 3 episodes in each season respectively:
Plex, however, detects it as 3x3 Eyes (correctly) but as one episode (3) or one season (3), and 7 files making up that episode. Season 3, though, just plain doesn’t exist (as can be seen here).
This, of course, is very, very wrong. It obviously finds the first (\d+)x(\d+) and thinks that must be right, ignoring the possibility that there may be others in there as well.
So: is this something that could maybe get fixed sometime soon? Or, better than fixing this one situation, how about the ability to specify a regular expression (or something token based maybe) for changing the detection and parsing method used for a specific TV program (or even a whole library? All my files go via Filebot to get them in the same format)…?
Don’t forget to do this, to exclude the influence of embedded ‘title’ meta tags. (which are often filled with useless drivel):
Go to
Settings - Server - Agents - Shows - TheTVDB
In there, grab the line ‘Local Media Assets’ with your mouse and drag it downwards, so it ends up being at the bottom of the stack of active agents.
Repeat the same under
Settings - Server - Agents - Shows - TheMovieDatabase
Settings - Server - Agents - Movies - Plex Movie
Settings - Server - Agents - Movies - TheMovieDatabase
All my files are properly tagged. It’s all scripted - first through Filebot to name them properly, then those filenames are used to set the mp4 tags using AtomicParsley. Only then do they get added to my library folder. So the season and episode numbers are set, as well as the program and episode titles.
I guess I could change filebot’s settings to use sNNeNN instead of NxN, though I don’t personally like that format…
Ok, so I changed it to {n} - {s00e00} - {t} as my filebot format and renamed all my files. I have shuffled the agent order as suggested.
It has had no effect.
I have even deleted and recreated the library to try and get it to do something different. It’s still showing one episode: season 3, episode 3, with 7 files in it.
Did you Plex Dance the entire series? (Renaming while in-situ doesn’t always make the correct selection).
This might be one of those edge cases where your only choice is to manually match it because series name is contrary to internet naming convention
By the way - all matching works perfectly. The files are named using data from TheTVDB. It’s just the 3x3 in the program title that throws Plex a curve ball. You can’t “manually” match it since the data is already correct. It’s just Plex not able to handle that correct data that is at fault.
That just returns “3x3 Eyes” and the problem is still there. I already have the “fix” (remove the program title from the filename itself) - but the problem needs to be addressed within Plex to prevent these kind of issues from happening. It just needs to identify “This portion of the filename is the title and I must not try matching any part of it for season and episode numbering”. And since it knows what the title is, and the initial portion of the filename is an exact match, it’s not exactly difficult to arrange…