mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-25 06:03:37 +03:00
[PR #3954] [MERGED] Use backdrop with library name as library thumbnail #9782
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/3954
Author: @daullmer
Created: 8/21/2020
Status: ✅ Merged
Merged: 10/13/2020
Merged by: @anthonylavado
Base:
master← Head:library-pictures📝 Commits (5)
a3020f2Use backdrop with library name as library thumbnaild740e7aIncrease font size, center text9165dc3Scale down text if too longb7c07f6Merge branch 'master' into library-pictures2a84d5aEnable 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.
previously it looked like this:

Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.