![]() |
How to prevent metadata from bad TVDB matching - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: How to prevent metadata from bad TVDB matching (/t-how-to-prevent-metadata-from-bad-tvdb-matching) |
How to prevent metadata from bad TVDB matching - Renoir - 2025-04-06 I’ve been experimenting with JF for a few weeks now and figure I’ve reach the stage where I need to ask the experts here in areas where I am still stumped. Please excuse my inexperience. (I’m on JF 10.10.7 macOS Silicon) These questions are all about TV show matching and metadata.
Thanks for any guidance. RE: How to prevent metadata from bad TVDB matching - theguymadmax - 2025-04-07 If you're fixing your media. It's best to correct the folder names and add the media provider ID for hard-to-identify media. Code: Series Name (2018) [tmdbid-65567] or Series Name (2018) [tvdbid-65567] Check out the docs: https://jellyfin.org/docs/general/server/media/movies https://jellyfin.org/docs/general/server/media/shows RE: How to prevent metadata from bad TVDB matching - TheDreadPirate - 2025-04-07 1. Not that I am aware of. 2. That setting would use the embedded title instead of the file name when constructing the query for TMDB/TVDB, etc. It does not configure Jellyfin to only use the embedded metadata. 3. If you set TMDB as the primary, any TVDB mismatch SHOULDN'T be a problem. However, if your metadata provider order of precedence is not consistent through each metadata category, that could cause problems if TMDB and TVDB match on different shows. If you need only local metadata for a show, you have to disable all providers in the library for each category, scan in the show, lock the metadata for the show, then re-enable the online providers for future shows. theguymadmax also has a good suggestion. Using the ID in the folder name should correctly map the show, even between providers. Assuming it exists in both locations. RE: How to prevent metadata from bad TVDB matching - Renoir - 2025-04-07 (2025-04-07, 12:28 AM)theguymadmax Wrote: [...] add the media provider ID for hard-to-identify media. Thanks for that. I had found that neat tip when I went through the documentation and have used it to match correctly movies when there are multiple movies with similar titles released in the same year. I am now testing with all online providers turned OFF for a shows library. In that configuration, interestingly, JF includes the [tmdbid-xxxxxx] string in the series name it displays. I suspect there is no logic in the code to ignore it because it usually gets overridden by the series name fetched from online providers. RE: How to prevent metadata from bad TVDB matching - Renoir - 2025-04-07 (2025-04-07, 12:32 AM)TheDreadPirate Wrote: 1. Not that I am aware of. Thanks for your comprehensive reply.
RE: How to prevent metadata from bad TVDB matching - theguymadmax - 2025-04-07 For better management of your media, I recommend using an external program like tinyMediaManager. It generates NFO files along with images in the media directories, which Jellyfin will read. |