mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #7172] [MERGED] Config option to import season name from TMDB #11289
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/7172
Author: @SenorSmartyPants
Created: 1/14/2022
Status: ✅ Merged
Merged: 1/14/2022
Merged by: @crobibero
Base:
master← Head:SeasonName📝 Commits (2)
a19b6a7Config option to import season name from TMDBc32db3eFix build error📊 Changes
3 files changed (+16 additions, -0 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs(+5 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html(+6 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs(+5 -0)📄 Description
Changes
Adds a configuration option to TMDB plugin to import season names from TMDB. Defaults to false, so same behavior is maintained.
I tested with a couple series, some with season names, some with out. Worked fine. I was not able to reproduce errors described in #4948 or #4134. Additional testing would be welcomed.
Issues
Fixes #2320
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.