@Karbonara said:
So this is the issue.
I have a tv-series in a non-english language (it only exists in one language)
When I match it up against tvdb, by changing the search filed for language to the correct one - it matches up any currently existing episodes fine.
However, if I then put a new episode in the same folder, with the same naming - Plex won’t recognise it as the same show. It files all new files of that show as a new, unknown show, and I have to select THAT show and do another tvdb match on them, to add them to the others.
This keeps happening.
I’ve not had this problem with english shows, but only on these one-language-only ones.
And it looks perfectly well-sorted in tvdb.
My only guess is that any new content coming in, plex automatically assumes it’s in english - and then doesn’t find a match for it.
You did not say exactly what the show is and how it is named but you probably have it named at least pretty close to the way it should be but there are some things you might be missing. Try this structure and naming:
TV Shows <— The library points here
---------TV Show Name (Year first aired) <— This folder holds the season folders
------------------Season 01 <— This folder holds all the episodes for season 01
-------------------------ShowName - s01e01 - Episode Name.ext
-------------------------ShowName - s01e02 - Episode Name.ext
-------------------------And so on for the rest of season 01
------------------Season 02 <— This folder holds all the episodes for season 02
-------------------------ShowName - s02e01 - Episode Name.ext
-------------------------ShowName - s02e02 - Episode Name.ext
-------------------------And so on for the rest of season 02
------------------Season 03 <— This folder holds all the episodes for season 03
-------------------------ShowName - s03e01 - Episode Name.ext
-------------------------ShowName - s03e02 - Episode Name.ext
-------------------------And so on for the rest of season 03
What you might be missing is the “Year first aired” in the series folder name or you might have the year in the ShowName. Not having the year in the folder name (or having the wrong year) has caused matching problems in the past. Also having the year in the ShowName has caused issues in a few rare cases.
What could be happening is that Plex cannot find the correct match based on just the name/structure you currently have but when you specify the language it narrows the selection down enough for Plex to correctly identify the series. It is possible that giving Plex the year to work with will also narrow the choices down and Plex will be able to get a good match.
There are naming methods other than the above that work but this does work 99.9% of the time.
One more thing you can try is: After you add the date to the main series folder use FileBot to rename all the files. (You do not have to click the “rename” button to see what FileBot would name the shows to) FileBot seems to use almost exactly the same naming choices with the TVdb as Plex does so what FileBot does is pretty much what Plex will do.
Use this string with FileBot:
{n.replaceTrailingBrackets()} - {s00e00.lower()} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, “'”).lowerTrail().replacePart(‘, Part $1’)}
That is just some ideas. If that does not help post back and include the series name and folder structure and someone might have some additional ideas.