mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6435] [CLOSED] Rework all collages #10958
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/6435
Author: @heyhippari
Created: 8/16/2021
Status: ❌ Closed
Base:
master← Head:library-image-color📝 Commits (10+)
8a65a6dUse artist backdrop for generated library image3b8947aAdd using keywords to non-disposed objects in BuildThumbCollageBitmap3ae36efMediaBrowser.Providers: Remove some warnings12d8855Add test for RobotsRedirectionMiddleware2de13f4Restore max width and height paramsb41c1b4Translated using Weblate (Dutch)91de48dTranslated using Weblate (Portuguese)ef11d71Translated using Weblate (Albanian)0dedf26Translated using Weblate (Galician)6b5732cTranslated using Weblate (German)📊 Changes
184 files changed (+1272 additions, -1257 deletions)
View changed files
📝
.ci/azure-pipelines-abi.yml(+1 -1)📝
.ci/azure-pipelines-main.yml(+1 -1)📝
.ci/azure-pipelines-test.yml(+1 -1)📝
.ci/azure-pipelines.yml(+1 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -0)📝
.github/stale.yml(+5 -1)📝
.github/workflows/automation.yml(+5 -5)➕
Directory.Build.props(+14 -0)📝
DvdLib/DvdLib.csproj(+2 -1)📝
Emby.Dlna/Configuration/DlnaOptions.cs(+1 -3)📝
Emby.Dlna/ContentDirectory/ContentDirectoryService.cs(+1 -3)📝
Emby.Dlna/ControlResponse.cs(+3 -3)📝
Emby.Dlna/Emby.Dlna.csproj(+1 -6)📝
Emby.Dlna/EventSubscriptionResponse.cs(+3 -3)📝
Emby.Dlna/Eventing/DlnaEventManager.cs(+3 -15)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+8 -5)📝
Emby.Dlna/PlayTo/Device.cs(+4 -17)📝
Emby.Dlna/PlayTo/MediaChangedEventArgs.cs(+7 -3)📝
Emby.Dlna/PlayTo/PlaybackProgressEventArgs.cs(+5 -2)📝
Emby.Dlna/PlayTo/PlaybackStartEventArgs.cs(+5 -2)...and 80 more files
📄 Description
Changes
This reworks all collages to have a unified theme, use a proper "fill" algorithm for the backdrops and adjust the collages to use the same style as the hero carousel images of the new Jellyfin website.
Tinted library images:

Music genres (WIP, should use backdrops instead of primary images):

Also adds proper poster-size support (No screenshot yet)
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.