GNOME Bugzilla – Bug 588269
audioparsers: need support for external cue sheets
Last modified: 2018-05-04 11:33:47 UTC
I don't know why it's so complicate in linux here, all I want is able to click on file named "music.cue" and it can automatically fire up rhythembox and play the corresponding ape or flac files. Depends on what is instructed in the cue file. I tried rhythembox bug list but It is said a upstream problem so I create here.
This isn't really complicated 'on linux', just not supported by rhythmbox or totem yet (afaik). There's no reason why these applications can't add support for that yet. It might be desirable to do this in GStreamer as well at some point, but it's really part of a bigger issue (playlist support etc.) and requires more effort and thought to get the right framework/API. Apps currently do playlist processing themselves, so they should also do .cue file handling themselves. Don't expect a fix in GStreamer anytime soon, especially since the .cue file name isn't even congruent with the song filenames but may be completely different, which makes it even harder from a gst point of view.
*** Bug 613319 has been marked as a duplicate of this bug. ***
Regarding the format of the files: http://wiki.hydrogenaudio.org/index.php?title=Cue_sheet
This bug is 3 years old now. Any progress in relation to playlist support in gstreamer? I mean "the right framework/API"?
(In reply to comment #4) > This bug is 3 years old now. Any progress in relation to playlist support in > gstreamer? I mean "the right framework/API"? Now GStreamer has TOC API. Read more about it here: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstToc.html Also GStreamer already has TOC support (support embedded cuesheets) in FLAC format. Read more about it here: bug #540891
Retitling and moving to audioparsers for now, though exact mechanisms how to best implement this will still need to be figured out.
External cue sheets are essentially playlist and should be handled as such. Marking this as a duplicate of the generic playlist support bug. *** This bug has been marked as a duplicate of bug 776613 ***