[PR #3954] [MERGED] Use backdrop with library name as library thumbnail #9782

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3954
Author: @daullmer
Created: 8/21/2020
Status: Merged
Merged: 10/13/2020
Merged by: @anthonylavado

Base: masterHead: library-pictures


📝 Commits (5)

  • a3020f2 Use backdrop with library name as library thumbnail
  • d740e7a Increase font size, center text
  • 9165dc3 Scale down text if too long
  • b7c07f6 Merge branch 'master' into library-pictures
  • 2a84d5a Enable nullable for interface

📊 Changes

7 files changed (+64 additions, -35 deletions)

View changed files

📝 Emby.Drawing/ImageProcessor.cs (+3 -3)
📝 Emby.Drawing/NullImageEncoder.cs (+1 -1)
📝 Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs (+12 -1)
📝 Jellyfin.Drawing.Skia/SkiaEncoder.cs (+2 -2)
📝 Jellyfin.Drawing.Skia/StripCollageBuilder.cs (+39 -25)
📝 MediaBrowser.Controller/Drawing/IImageEncoder.cs (+3 -1)
📝 MediaBrowser.Controller/Drawing/IImageProcessor.cs (+4 -2)

📄 Description

Changes
Changes the library thumbnail generation to use a backdrop with the title overlayed instead of a poster collage.
image

previously it looked like this:
old

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/3954 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 8/21/2020 **Status:** ✅ Merged **Merged:** 10/13/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `library-pictures` --- ### 📝 Commits (5) - [`a3020f2`](https://github.com/jellyfin/jellyfin/commit/a3020f2917176baef19653a485cc0aaaeb8d00f2) Use backdrop with library name as library thumbnail - [`d740e7a`](https://github.com/jellyfin/jellyfin/commit/d740e7aee6582d576c5bc2688df3c356203f5974) Increase font size, center text - [`9165dc3`](https://github.com/jellyfin/jellyfin/commit/9165dc3b3a94714da307079413f62326d5e585ef) Scale down text if too long - [`b7c07f6`](https://github.com/jellyfin/jellyfin/commit/b7c07f682152529a9993cd0fb9760ab668d4c930) Merge branch 'master' into library-pictures - [`2a84d5a`](https://github.com/jellyfin/jellyfin/commit/2a84d5a6933842e99b3b1f734e9a2b7241705a7f) Enable nullable for interface ### 📊 Changes **7 files changed** (+64 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Drawing/ImageProcessor.cs` (+3 -3) 📝 `Emby.Drawing/NullImageEncoder.cs` (+1 -1) 📝 `Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs` (+12 -1) 📝 `Jellyfin.Drawing.Skia/SkiaEncoder.cs` (+2 -2) 📝 `Jellyfin.Drawing.Skia/StripCollageBuilder.cs` (+39 -25) 📝 `MediaBrowser.Controller/Drawing/IImageEncoder.cs` (+3 -1) 📝 `MediaBrowser.Controller/Drawing/IImageProcessor.cs` (+4 -2) </details> ### 📄 Description **Changes** Changes the library thumbnail generation to use a backdrop with the title overlayed instead of a poster collage. ![image](https://user-images.githubusercontent.com/16425113/90923488-1149eb00-e3ee-11ea-964c-b2263f5f327e.png) _previously it looked like this:_ ![old](https://user-images.githubusercontent.com/16425113/90920465-a1853180-e3e8-11ea-8b23-6bb17c1dae60.png) **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:08:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9782