[PR #6435] [CLOSED] Rework all collages #10958

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6435
Author: @heyhippari
Created: 8/16/2021
Status: Closed

Base: masterHead: library-image-color


📝 Commits (10+)

  • 8a65a6d Use artist backdrop for generated library image
  • 3b8947a Add using keywords to non-disposed objects in BuildThumbCollageBitmap
  • 3ae36ef MediaBrowser.Providers: Remove some warnings
  • 12d8855 Add test for RobotsRedirectionMiddleware
  • 2de13f4 Restore max width and height params
  • b41c1b4 Translated using Weblate (Dutch)
  • 91de48d Translated using Weblate (Portuguese)
  • ef11d71 Translated using Weblate (Albanian)
  • 0dedf26 Translated using Weblate (Galician)
  • 6b5732c Translated 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:
image

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

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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6435 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 8/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `library-image-color` --- ### 📝 Commits (10+) - [`8a65a6d`](https://github.com/jellyfin/jellyfin/commit/8a65a6dfc30116630759ba305637451328511413) Use artist backdrop for generated library image - [`3b8947a`](https://github.com/jellyfin/jellyfin/commit/3b8947aba6937cb9b38f4e5769816dbf674e0dd6) Add using keywords to non-disposed objects in BuildThumbCollageBitmap - [`3ae36ef`](https://github.com/jellyfin/jellyfin/commit/3ae36ef90f1c83ab8e3dbad257f51c40314c21fe) MediaBrowser.Providers: Remove some warnings - [`12d8855`](https://github.com/jellyfin/jellyfin/commit/12d885556106b846537c59918a13c0e41a4855ba) Add test for RobotsRedirectionMiddleware - [`2de13f4`](https://github.com/jellyfin/jellyfin/commit/2de13f4cf73245040f94c5452a86931868aa335c) Restore max width and height params - [`b41c1b4`](https://github.com/jellyfin/jellyfin/commit/b41c1b4c4e64489622b9667e4d1feade493ca9f1) Translated using Weblate (Dutch) - [`91de48d`](https://github.com/jellyfin/jellyfin/commit/91de48dc616640a56cf097d4f1ae58eb3413a38b) Translated using Weblate (Portuguese) - [`ef11d71`](https://github.com/jellyfin/jellyfin/commit/ef11d71dbd2d4d1af9b7ef1714bb3ccf1c18c4d5) Translated using Weblate (Albanian) - [`0dedf26`](https://github.com/jellyfin/jellyfin/commit/0dedf26aad40400602690f88d80104f8e8051cbb) Translated using Weblate (Galician) - [`6b5732c`](https://github.com/jellyfin/jellyfin/commit/6b5732cd85df51024784fa54f2ad688f913d4fb2) Translated using Weblate (German) ### 📊 Changes **184 files changed** (+1272 additions, -1257 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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: ![image](https://user-images.githubusercontent.com/19396809/129539462-5f27d835-e819-4228-b7c5-4ee626d9f1f7.png) Music genres (WIP, should use backdrops instead of primary images): ![image](https://user-images.githubusercontent.com/19396809/129539595-4ee2ffe3-abe9-44a4-8693-ce1944945043.png) Also adds proper poster-size support (No screenshot yet) **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:29:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10958