mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13748] [CLOSED] Remove textless poster #13689
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13748
Author: @TOomaAh
Created: 3/22/2025
Status: ❌ Closed
Base:
master← Head:feature/remove-textless-poster📝 Commits (5)
7a1a3b2remove textless posterb876ff7fix image without text like backdrop72a1919refactor language checkd0eabadsimplify condition1e5d307refacto language condition📊 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.