pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Include freedb discid into cuesheet #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ExactAudioCopy adds the freedb discid into the cue sheet. Is it possible to
include it in rubyripper too, as a means to identify a particular disc?

A single line in rr_lib.rb in createCuesheet:
@cuesheet << "REM DISCID #{@disc.freedbString[0,8]}"

I would also like to be able to include it in the tags of flac-files and
vorbis-files.

Original issue reported on code.google.com by hasse.bj...@gmail.com on 5 Jan 2009 at 10:37

GoogleCodeExporter commented 8 years ago
Adding this to the cuesheet seems like a usefull thing and easy to do.

How would you like this for flac / vorbis? Like this?
* flac -> --tag DISCID=<discid>
* vorbis -> -c DISCID=<discid>

Also is this only needed with image rips? Or also with individual tracks? 
Please give
some thoughts on the subject.

Original comment by rubyripp...@gmail.com on 5 Jan 2009 at 9:11

GoogleCodeExporter commented 8 years ago
Hi,
  I jumped in and hacked up a patch before searching through the forums. doh! The
attached adds discid to the CUE file and tags each flac with the discid too. 
This way
you can use the track # and discid from the metaflac output to update the 
metadata
later on if you like.

COMPLETEHEXDISKID is the whole output of discid which I shove into a CUE REM 
comment
too just in case it turns out to be handy later on. I tend to err on the side of
keeping as much metadata around as possible.

Original comment by monke...@gmail.com on 5 Feb 2009 at 6:06

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed, your patch was inspiring :)

Original comment by rubyripp...@gmail.com on 15 Apr 2009 at 7:50