[PR #7172] [MERGED] Config option to import season name from TMDB #11289

Closed
opened 2026-02-07 06:35:47 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: SeasonName


📝 Commits (2)

  • a19b6a7 Config option to import season name from TMDB
  • c32db3e Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7172 **Author:** [@SenorSmartyPants](https://github.com/SenorSmartyPants) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `SeasonName` --- ### 📝 Commits (2) - [`a19b6a7`](https://github.com/jellyfin/jellyfin/commit/a19b6a7f61d57ae253ce695dea7ed1ca453bb352) Config option to import season name from TMDB - [`c32db3e`](https://github.com/jellyfin/jellyfin/commit/c32db3ea260157add0495d93a1ade568598e0cf1) Fix build error ### 📊 Changes **3 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #2320 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:35:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11289