mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
TMDB season provider doesn't import season name. #1225
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 (Jan 21, 2020).
Describe the bug
TMDB season provider doesn't import season name.
Details
This was commented out in Emby days. Not sure what that comment refers to.
d4de78693f/MediaBrowser.Providers/Tmdb/TV/TmdbSeasonProvider.cs (L66-L67)Expected behavior
Season name should be imported
System (please complete the following information):
@dkanada commented on GitHub (Jan 22, 2020):
I think they wanted the TMDB plugin to have a configuration page with options to disable individual fields such as name or description, which doesn't exist at the moment.
@SenorSmartyPants commented on GitHub (Jan 22, 2020):
Since none of the metadata providers have configuration pages as far as I can see, maybe season name import could be turned back on?
@SenorSmartyPants commented on GitHub (Mar 10, 2021):
Any updates on this? I just upgraded to 10.70.0 and tried refreshing some seasons with names. No names imported. I have TMDB set as my only season metadata provider, it looks like it grabbed writers for the seasons I refreshed. It did not save a TMDB season ID, not sure if it is supposed to.
@cvium commented on GitHub (Mar 10, 2021):
It breaks stuff. We cannot enable it at this time.
@ThePeoplesBards commented on GitHub (Mar 23, 2021):
Do you use underscores in your naming path? I noticed TMDB does not support searching with "_" so none of my files are found by TMDB as I do not use spaces in file names. This could be the cause #5583
@SenorSmartyPants commented on GitHub (Jan 14, 2022):
I'm trying to look into this issue. What are some other issues with more details on how it breaks stuff. Debugging so far, it seems as thou TMDB returns the correct season name, on initial tv scan, and manual identify. But I have a rather limited set of test series at the moment.
@SenorSmartyPants commented on GitHub (Jan 14, 2022):
I've found #4134 and #5111