[PR #14370] [MERGED] Improve cast and crew handling #13779

Closed
opened 2025-12-22 10:03:51 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14370
Author: @theguymadmax
Created: 6/23/2025
Status: Merged
Merged: 6/24/2025
Merged by: @crobibero

Base: masterHead: tmdb-people


📝 Commits (4)

📊 Changes

6 files changed (+270 additions, -79 deletions)

View changed files

📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs (+15 -0)
📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html (+30 -4)
📝 MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs (+44 -14)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs (+76 -21)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs (+60 -23)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs (+45 -17)

📄 Description

Changes

  • Load crew images automatically
  • Load guest star images automatically
  • Add max crew image option
  • Apply max crew image option to movies & series
  • Apply max cast images to guest stars
  • Add option to hide profiles with no cast images
  • Add option to hide profiles with no crew images

Issues
Fixes #14369


🔄 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/14370 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `tmdb-people` --- ### 📝 Commits (4) - [`04e0d11`](https://github.com/jellyfin/jellyfin/commit/04e0d11721978290c370d9502179778034dd5117) TMDB plugin update - [`02e70b7`](https://github.com/jellyfin/jellyfin/commit/02e70b73f4a01633bf0db8219106d727a1f52cd7) TMDB series update - [`7758d20`](https://github.com/jellyfin/jellyfin/commit/7758d20c7c5239596aebb0b516c247a6aecd38eb) TMDB movies update - [`ce680f1`](https://github.com/jellyfin/jellyfin/commit/ce680f1a2984ea523fcba1c541cd005457b117a8) Skip entries without names ### 📊 Changes **6 files changed** (+270 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs` (+15 -0) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html` (+30 -4) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs` (+44 -14) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs` (+76 -21) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs` (+60 -23) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs` (+45 -17) </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** - Load crew images automatically - Load guest star images automatically - Add max crew image option - Apply max crew image option to movies & series - Apply max cast images to guest stars - Add option to hide profiles with no cast images - Add option to hide profiles with no crew images **Issues** Fixes #14369 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:03:51 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#13779
No description provided.