After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588269 - audioparsers: need support for external cue sheets
audioparsers: need support for external cue sheets
Status: RESOLVED DUPLICATE of bug 776613
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 613319 (view as bug list)
Depends on: 540890
Blocks: 667275
 
 
Reported: 2009-07-10 18:55 UTC by georgehu
Modified: 2018-05-04 11:33 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description georgehu 2009-07-10 18:55:39 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.
Comment 1 Tim-Philipp Müller 2009-07-10 19:30:08 UTC
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.

Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2012-03-18 11:04:59 UTC
*** Bug 613319 has been marked as a duplicate of this bug. ***
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2012-03-18 11:06:31 UTC
Regarding the format of the files:
http://wiki.hydrogenaudio.org/index.php?title=Cue_sheet
Comment 4 Sergey V. Udaltsov 2012-09-03 11:12:06 UTC
This bug is 3 years old now. Any progress in relation to playlist support in gstreamer? I mean "the right framework/API"?
Comment 5 Anton Belka 2012-09-03 11:35:58 UTC
(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
Comment 6 Tim-Philipp Müller 2013-03-16 14:21:39 UTC
Retitling and moving to audioparsers for now, though exact mechanisms how to best implement this will still need to be figured out.
Comment 7 Edward Hervey 2018-05-04 11:33:47 UTC
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 ***