[PR #3089] [MERGED] Add more information to TmdbSeriesProvider #9346

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3089
Author: @heyhippari
Created: 5/10/2020
Status: Merged
Merged: 5/14/2020
Merged by: @dkanada

Base: masterHead: tmdb-original-title


📝 Commits (4)

  • 9137069 Add more information to TmdbSeriesProvider
  • d5ad53e Add Director to role mapper for TMDb
  • b961c3c Address suggestions
  • 512725a Fix style issue in TmdbSeriesProvider

📊 Changes

2 files changed (+87 additions, -22 deletions)

View changed files

📝 MediaBrowser.Providers/Tmdb/TV/TmdbSeriesProvider.cs (+53 -21)
📝 MediaBrowser.Providers/Tmdb/TmdbUtils.cs (+34 -1)

📄 Description

Changes

Fixes some warnings in TmdbSeriesProvider and adds a few pieces of information (Original title, homepage, and series-level crew).

Issues


🔄 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/3089 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 5/10/2020 **Status:** ✅ Merged **Merged:** 5/14/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `tmdb-original-title` --- ### 📝 Commits (4) - [`9137069`](https://github.com/jellyfin/jellyfin/commit/9137069f6de03d8606928ca70f18c3e14aeaac71) Add more information to TmdbSeriesProvider - [`d5ad53e`](https://github.com/jellyfin/jellyfin/commit/d5ad53e4bb6bc60e9ab9e9f2a71a772bfe67c286) Add Director to role mapper for TMDb - [`b961c3c`](https://github.com/jellyfin/jellyfin/commit/b961c3c9ae21b2b9238228b978bbec212c1ff187) Address suggestions - [`512725a`](https://github.com/jellyfin/jellyfin/commit/512725a7d1c1b45fa588d76046c262b96614f58a) Fix style issue in TmdbSeriesProvider ### 📊 Changes **2 files changed** (+87 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Tmdb/TV/TmdbSeriesProvider.cs` (+53 -21) 📝 `MediaBrowser.Providers/Tmdb/TmdbUtils.cs` (+34 -1) </details> ### 📄 Description **Changes** Fixes some warnings in TmdbSeriesProvider and adds a few pieces of information (Original title, homepage, and series-level crew). **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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:00:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9346