[PR #2087] [MERGED] feat: upload/remove playlist cover #2059

Closed
opened 2026-02-26 03:33:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2087
Author: @phanan
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @phanan

Base: masterHead: playlist-img


📝 Commits (1)

  • a65d529 feat: upload/remove playlist cover

📊 Changes

99 files changed (+1038 additions, -867 deletions)

View changed files

📝 app/Http/Controllers/API/AlbumCoverController.php (+3 -3)
📝 app/Http/Controllers/API/Artist/ArtistImageController.php (+3 -3)
📝 app/Http/Controllers/API/FetchAlbumThumbnailController.php (+3 -3)
📝 app/Http/Controllers/API/PlaylistCoverController.php (+3 -5)
📝 app/Http/Requests/API/Album/AlbumUpdateRequest.php (+2 -2)
📝 app/Http/Requests/API/Artist/ArtistUpdateRequest.php (+2 -2)
📝 app/Http/Requests/API/MediaImageUpdateRequest.php (+3 -3)
📝 app/Http/Requests/API/Playlist/PlaylistStoreRequest.php (+4 -1)
📝 app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php (+4 -1)
📝 app/Http/Requests/API/Radio/StoreRadioStationRequest.php (+2 -2)
📝 app/Http/Requests/API/Radio/UpdateRadioStationRequest.php (+2 -2)
📝 app/Models/User.php (+1 -2)
📝 app/Observers/UserObserver.php (+21 -0)
app/Rules/ImageData.php (+0 -21)
app/Rules/ValidImageData.php (+25 -0)
📝 app/Services/AlbumService.php (+2 -2)
📝 app/Services/ArtistService.php (+2 -2)
📝 app/Services/EncyclopediaService.php (+3 -3)
📝 app/Services/ImageStorage.php (+22 -31)
📝 app/Services/ImageWriter.php (+28 -26)

...and 79 more files

📄 Description

No description provided


🔄 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/koel/koel/pull/2087 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `playlist-img` --- ### 📝 Commits (1) - [`a65d529`](https://github.com/koel/koel/commit/a65d529b788a9891c79c97aa49fba15847cb01f5) feat: upload/remove playlist cover ### 📊 Changes **99 files changed** (+1038 additions, -867 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/AlbumCoverController.php` (+3 -3) 📝 `app/Http/Controllers/API/Artist/ArtistImageController.php` (+3 -3) 📝 `app/Http/Controllers/API/FetchAlbumThumbnailController.php` (+3 -3) 📝 `app/Http/Controllers/API/PlaylistCoverController.php` (+3 -5) 📝 `app/Http/Requests/API/Album/AlbumUpdateRequest.php` (+2 -2) 📝 `app/Http/Requests/API/Artist/ArtistUpdateRequest.php` (+2 -2) 📝 `app/Http/Requests/API/MediaImageUpdateRequest.php` (+3 -3) 📝 `app/Http/Requests/API/Playlist/PlaylistStoreRequest.php` (+4 -1) 📝 `app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php` (+4 -1) 📝 `app/Http/Requests/API/Radio/StoreRadioStationRequest.php` (+2 -2) 📝 `app/Http/Requests/API/Radio/UpdateRadioStationRequest.php` (+2 -2) 📝 `app/Models/User.php` (+1 -2) 📝 `app/Observers/UserObserver.php` (+21 -0) ➖ `app/Rules/ImageData.php` (+0 -21) ➕ `app/Rules/ValidImageData.php` (+25 -0) 📝 `app/Services/AlbumService.php` (+2 -2) 📝 `app/Services/ArtistService.php` (+2 -2) 📝 `app/Services/EncyclopediaService.php` (+3 -3) 📝 `app/Services/ImageStorage.php` (+22 -31) 📝 `app/Services/ImageWriter.php` (+28 -26) _...and 79 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2059
No description provided.