mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #1380] Not an issue but more like asking for a feature #790
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#790
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 @lapara1 on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1380
Could you please on a future release add browse by folders as well if its not to much to ask, you have Albums, Artist and All songs but could you please add Folders to it. A quick example:
root@Koel:/music# ls
Dance
root@Koel:/music# cd Dance/
root@Koel:/music/Dance# ls
'Delicias 1' 'Delicias 2' 'Delicias 3' 'Delicias 4' 'Delicias 5' 'Delicias 6'
In the example above I have multiple folders under Dance and would like to just pick which one to go to directly and listen to what is inside of it same goes for other Genre I have as well and gets a little complex by artist or albums if you dont know all the albums or artists you or someone else might have uploaded. Hope this could be implemented on a future release. Thanks.
@sergiustheblack commented on GitHub (Nov 19, 2021):
This is exactly what i am looking for. The issue comes when you need to take care about s3-hosted songs.
What I can propose is additional flag for "compilation" based on filesystem path or s3 path in bucket or, possibly, manually assigned attribute during s3 upload notify. Possible option IMO is "albumartist" value (with possibility to create dynamic playlist based on it), which is currently only on/off switch. I'd like to make it a string, for example
/music/Dance/Delicas 1 => albumartist="Dance/Delicas 1"
@lapara1 commented on GitHub (Nov 20, 2021):
This is something we have under Airsonic as users, and since I am test driving KOEL right now I thought it would be great and a step up on this which is being maintained, I really do want to change over the only bump for me to migrate is this feature and (Web links ) or radio streams. To bad I can only do basic scripting, as for programming like 2% only, if not I would have started working on something for this.