cd-discid icon indicating copy to clipboard operation
cd-discid copied to clipboard

cd-discid is a backend utility to get CDDB discid information from a CD-ROM disc

Results 4 cd-discid issues
Sort by recently updated
recently updated
newest added

Specs: https://wiki.musicbrainz.org/Disc_ID_Calculation If I take issue #5 problematic example: $ cd-discid --musicbrainz 5 183 51735 90810 126230 165433 183465 It should be and is now: $ cd-discid --musicbrainz 1 5...

I.e. I get this correct FreeDB-ID: 38098c05 If I do: cd-discid --musicbrainz /dev/sr1 , I get: 5 183 51735 90810 126230 165433 183465 This TOC couldn't be found here, if...

Trying to use it together with `cddb_query` (from [libcddb](http://libcddb.sourceforge.net/)) gives an error: ``` freso@kotake> cd-discid --version cd-discid 1.4. freso@kotake> cd-discid 60100919 25 150 13455 23860 35583 43712 52994 66828 77283...

patch-needed

Would it be possible to cut a new release to pick up the change to raw devices on OS X? (a691a92ded7c02db686c17c49ff678bcd2843c2e) Seems like it's needed to get correct output there;...