[PR #6874] [MERGED] Expose TMDb image scale options to user #11177

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6874
Author: @1337joe
Created: 11/20/2021
Status: Merged
Merged: 12/3/2021
Merged by: @crobibero

Base: masterHead: tmdb-image-size-options


📝 Commits (2)

  • 6d3b129 Add image scaling options for tmdb
  • 0af5e60 Address review comments

📊 Changes

4 files changed (+179 additions, -12 deletions)

View changed files

MediaBrowser.Providers/Plugins/Tmdb/Api/TmdbController.cs (+41 -0)
📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs (+20 -0)
📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html (+62 -2)
📝 MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs (+56 -10)

📄 Description

Changes:

  • Expose TMDb image scale options to user

image


🔄 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/6874 **Author:** [@1337joe](https://github.com/1337joe) **Created:** 11/20/2021 **Status:** ✅ Merged **Merged:** 12/3/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `tmdb-image-size-options` --- ### 📝 Commits (2) - [`6d3b129`](https://github.com/jellyfin/jellyfin/commit/6d3b1296661a486d511fa12163456f96cfa3fcc7) Add image scaling options for tmdb - [`0af5e60`](https://github.com/jellyfin/jellyfin/commit/0af5e600946231df73f1783330ad8cd0bbbed2ee) Address review comments ### 📊 Changes **4 files changed** (+179 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `MediaBrowser.Providers/Plugins/Tmdb/Api/TmdbController.cs` (+41 -0) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs` (+20 -0) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html` (+62 -2) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs` (+56 -10) </details> ### 📄 Description Changes: - Expose TMDb image scale options to user ![image](https://user-images.githubusercontent.com/6081511/142693419-fa8e9b96-5834-4dca-9bd7-d1f00559674c.png) --- <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:33:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11177