mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2167] [FR]: Download Feature Adjustment - Include all files/subfolders in the album/release directory. #1107
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#1107
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?
Originally created by @LucasLaprad on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2167
Originally assigned to: @phanan on GitHub.
Description
I love that Koel offers the ability to zip & directly download an album / items you are listening to. However, it only downloads the song files in the release's directory; an example is below for The Midnight - Syndicate, downloaded from my Koel instance, which preferably, would include a cover.png file and a PDF book about the release as they are in the album's directory on the server where my music is.
When organizing and adding music to my library I tend to include images from the CD booklet, secure rip logs, and if available, official PDFs about the album in the folder where the files are stored. When listening to albums I like to spend time looking at the CD art and reading any information that comes with the album.
I've been tempted to play with a few of the files such as DownloadService.php and DownloadAlbumController.php to see if I could get the function to download the entire directory the Album/Release files are in but even if I got this working, I can't reasonably expect it to be persistent after updates, or remain stable.
It would be nice if it would include all of the files inside the release's directory if possible.
Additional information
No response
@phanan commented on GitHub (Nov 11, 2025):
This would make more sense in the Media Browser.
On Tue, Nov 11, 2025 at 19:59 LucasLaprad @.***> wrote: