[PR #13748] [CLOSED] Remove textless poster #13689

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13748
Author: @TOomaAh
Created: 3/22/2025
Status: Closed

Base: masterHead: feature/remove-textless-poster


📝 Commits (5)

📊 Changes

1 file changed (+45 additions, -5 deletions)

View changed files

📝 MediaBrowser.Providers/Manager/ProviderManager.cs (+45 -5)

📄 Description

Changes
Removed textless posters by enhancing image language filtering. For images like posters, logos, and thumbnails, this PR enforces language requirements to filter out images without text. Images are now retrieved with a default language preference, eliminating textless versions while maintaining the same behavior when the "All languages" option is selected.

I am not a C# developer, so any feedback or suggestions for improvement would be greatly appreciated. Please feel free to point out any issues or better approaches in the code - I'm looking to learn and improve.

Issues
Fixes #9878
forum post


🔄 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/13748 **Author:** [@TOomaAh](https://github.com/TOomaAh) **Created:** 3/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/remove-textless-poster` --- ### 📝 Commits (5) - [`7a1a3b2`](https://github.com/jellyfin/jellyfin/commit/7a1a3b2f6de31a419f9d909a68673803ea3cc658) remove textless poster - [`b876ff7`](https://github.com/jellyfin/jellyfin/commit/b876ff7060bb0f2aecc8a8325b7c0a2fad619d0f) fix image without text like backdrop - [`72a1919`](https://github.com/jellyfin/jellyfin/commit/72a1919ecf55c7cb5668de02d67be5e3b3aa3a02) refactor language check - [`d0eabad`](https://github.com/jellyfin/jellyfin/commit/d0eabadb39c88c94a46e632d7219541aff7f46be) simplify condition - [`1e5d307`](https://github.com/jellyfin/jellyfin/commit/1e5d307f3a0caf4288a4b0586dab4e044fb929de) refacto language condition ### 📊 Changes **1 file changed** (+45 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Manager/ProviderManager.cs` (+45 -5) </details> ### 📄 Description **Changes** Removed textless posters by enhancing image language filtering. For images like posters, logos, and thumbnails, this PR enforces language requirements to filter out images without text. Images are now retrieved with a default language preference, eliminating textless versions while maintaining the same behavior when the "All languages" option is selected. I am not a C# developer, so any feedback or suggestions for improvement would be greatly appreciated. Please feel free to point out any issues or better approaches in the code - I'm looking to learn and improve. **Issues** Fixes #9878 [forum post](https://forum.jellyfin.org/t-textless-posters) --- <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 07:17:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13689