This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12419 - Support for embedded cuesheets.
Attached to Project:
Rockbox
Opened by Nick Peskett (nickp) - Thursday, 01 December 2011, 11:47 GMT+2
Last edited by Nick Peskett (nickp) - Friday, 16 December 2011, 11:50 GMT+2
Opened by Nick Peskett (nickp) - Thursday, 01 December 2011, 11:47 GMT+2
Last edited by Nick Peskett (nickp) - Friday, 16 December 2011, 11:50 GMT+2
|
DetailsThis patch adds the ability for a cuesheet to be embedded within a tag of an audio file, and to be read directly from there.
Currently only the ID3v2 TXXX:CUESHEET tag is supported, but I plan to look into FLAC next. |
This task depends upon
Closed by Nick Peskett (nickp)
Friday, 16 December 2011, 11:50 GMT+2
Reason for closing: Accepted
Additional comments about closing: Submitted with r31321 and r31322.
Friday, 16 December 2011, 11:50 GMT+2
Reason for closing: Accepted
Additional comments about closing: Submitted with r31321 and r31322.
Alternatively, you can use eyeD3 (package eyed3 or http://eyed3.nicfit.net/) to attach an existing cuesheet to a corresponding mp3 file;
eyeD3 --set-user-text-frame="CUESHEET:`cat example.cue`" example.mp3
flac --tag-from-file="CUESHEET=example.cue" example.wav -o example.flac
oggenc -c "CUESHEET=`cat example.cue`" example.wav -o example.ogg
speexenc --comment "CUESHEET=`cat example.cue`" example.wav example.spx