mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2137] [CLOSED] feat: add album cover to full screen #2098
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2098
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/koel/koel/pull/2137
Author: @Doppelkeks12
Created: 10/19/2025
Status: ❌ Closed
Base:
master← Head:feat/album-cover-viewer📝 Commits (1)
9cb5327feat: add album cover to full screen📊 Changes
7 files changed (+160 additions, -15 deletions)
View changed files
📝
app/Http/Resources/SongResource.php(+2 -0)📝
app/Models/Album.php(+43 -9)📝
app/Observers/AlbumObserver.php(+7 -2)📝
app/Services/ImageStorage.php(+8 -1)📝
resources/assets/js/components/layout/app-footer/index.vue(+25 -1)➕
tests/Feature/SongFullScreenCoverTest.php(+48 -0)📝
tests/Unit/Services/ImageStorageTest.php(+27 -2)📄 Description
Description
This adds a full album cover image on top of the existing backdrop when in fullscreen mode.
To ensure good image quality, a new 1920 px version has been added, with a fallback to the existing 500 px image.
Motivation
Personally, I felt the album cover was previously underrepresented — when an artist image was available, it wasn’t shown at all, and otherwise only appeared as a cropped black-and-white version.
Screenshots (if applicable)
Checklist
Unfortunately, the original image was no longer available, so I couldn't generate new thumbnails with higher resolution.
As a result, the existing albums will all have a 500 px resolution.
I tried to refactor the code so that the original image would always be persisted (for future changes), but this would affect many other parts of the system (artists, playlists, etc.).
Therefore, I think it’s out of scope for this PR, and I don’t know the codebase well enough to predict all potential side effects.
I don’t have access to any third-party integrations (like spotify), so I wasn’t able to test this with them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.