I noticed that specifically tagging episodes with a movie db id, breaks their association to that piece of media and dumps them into “other” as random files. I’m not sure if this a bug or simply a non-covered edge case. But I recently started tagging my files and not just their container for my personal organization.
I just checked the wiki and youre right. it’s {tmdb-xxx} and not how I named it.
I’ll try it the other way and see if it was just user error on my part.
The OP stated they were adding the ID for “personal organization” not necessarily for matching with TMDB which may come in the future.
The reason the OP had a problem is the addition of the ID number before the season and episode number in the file name. That will cause problems. If the number is added after the season and episode number it will still find the right show from TMDB.
So I wasnt aware infuse doesnt auto match tv shows with ids like it does with movies.
I’ll make sure to keep the id tag after the SxxEyy. but can I ask, do you know why the feature wasnt just applied to both media types?
I really don’t know why but I’d guess it has to do with tv shows having multiple episodes and seasons to scan for ID numbers vs movies being a single entity. It may even be too many calls to TMDB to verify during certain processes but this is all a guess on my part.
I will say that since Infuse now recognizes the year in the naming for TV shows and keeping with the name format of “ShowName Year S0xE0x AnyOtherInfo.mkv” I get about 95%+ accurate metadata pulls.
Once in a while it goes awry but so seldom it’s not a problem.
Just an Idea, but I think the devs could solve any api call issue with a pre-flight summary id eval. If every file in a folder has the same parsed ID, just make one call to tmdb. if its mixed, the app can can safely conclude this dir probably isnt a dedicated show folder or the user mistakenly organized their files. Eitherway, a fall back to default name matching can take over in that case. Oh well maybe the feature will get revisited in the future.