clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.22k stars 295 forks source link

[question] CUE support #390

Open ghost opened 3 years ago

ghost commented 3 years ago

At this present moment .cue is supported?

sorjgdojbodjhdo commented 3 years ago

I checked at the issues currently opened and it seems that this is currently not supported. I agree that I would be a great feature to have. Some rips I have only have a big file and the cue sheet and I would love to not have to manually split the tracks.

clangen commented 3 years ago

CUE support is something I've been thinking about for a while; I know how to go about parsing the queue and getting the tracks indexed, but ironically have not been able to figure out how to do gapless playback without re-architecting part of the playback pipeline.

I'll continue to give it some thought, as it feels like there should be a relatively trivial solution that perhaps I just haven't considered yet.

frank-lenormand commented 3 months ago

Any news?

Supporting M3U8 playlists would be nice as well.