mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
TMDB Episode provider is not saving External IDs other than TVDB #2956
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SenorSmartyPants on GitHub (Apr 20, 2021).
8f99bdd07c/MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs (L124-L127)TMDB can provide multiple external IDs, as well as TMDB id. But only TVDB is being saved.
episodeResult.id equals TMDB episode id.
@SenorSmartyPants commented on GitHub (Apr 21, 2021):
Please also set TMDBId, which TMDB does not consider external, but JF would.
Something like this.
@cvium commented on GitHub (Apr 22, 2021):
@SenorSmartyPants I can add the tmdb id as well, but the links will not show in the UI due to the way this has been coded.
@SenorSmartyPants commented on GitHub (Apr 22, 2021):
Having links in the UI would be great if not too much trouble.