mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1264] CUE Sheet support #724
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#724
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 @SimplicityGuy on GitHub (Nov 30, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1264
Description
I've ripped many of my CDs into a single continuous MP3 and stored CUE sheets along with the MP3. I'd love it if when I select an album to play that the player recognizes the CUE sheet and displays the song title from there.
Does koel support this use case? If not, is it possible to write a plugin for this to happen?
Example
reference on cue sheets: https://en.wikipedia.org/wiki/Cue_sheet_(computing)
@phanan commented on GitHub (Dec 30, 2020):
The way Koel identifies a song (its unique ID generated from its path) is totally different from that of a cue sheet, so I don't think this will ever be supported. Are you saying your Koel installation can't display song titles from an album?
@hjri commented on GitHub (Sep 7, 2021):
cue sheet support is very important, and pretty much is a deal-breaker for people like me who has over 50% of albums stored in cue+audio format. MPD at least has some cue support for example.
@BachoSeven commented on GitHub (Sep 7, 2021):
Same, I also have a lot of albums with
.flac+.cuesheets. The way mpd handles it is quite good, as it recognises the .cue sheet by providing a virtual directory of the files listed in the .cue sheet and lets you play tracks as the main file at the different timestamps.@hjri commented on GitHub (Sep 7, 2021):
i think that's the old way of doing this in MPD and it got removed (?) or disabled. In version of MPD I use cue works like a playlist - you have to enqueue/play the .cue file and it will add tracks into queue with correct titles and appear like separate files.
It's not perfect since those can't be used in a playlist and those tracks aren't indexed (and can't be searched for), but hey at least there's some support for it.
@mehov commented on GitHub (Oct 13, 2022):
Hey @phanan, and thank you for your work! It says right above:
Does it mean this has been implemented, or did you simply close the issue as a wontfix?
@phanan commented on GitHub (Oct 13, 2022):
It's a wontfix. Not sure why it says completed.
@hjri commented on GitHub (Oct 13, 2022):
sadge, I was looking forward to seeing a media server with cue support