libdiscid: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(→‎Download: update to 0.3.2)
(Directly link to the mb-discid code on GitHub. I have moved away the code from the deprecated RBrainz project, this way it's less confusing,)
Line 20: Line 20:
==Language Bindings==
==Language Bindings==


* Ruby - [http://rbrainz.rubyforge.org http://rbrainz.rubyforge.org]
* Ruby - [https://github.com/phw/mb-discid mb-discid]
* Perl - [http://search.cpan.org/dist/MusicBrainz-DiscID/ http://search.cpan.org/dist/MusicBrainz-DiscID/]
* Perl - [http://search.cpan.org/dist/MusicBrainz-DiscID/ http://search.cpan.org/dist/MusicBrainz-DiscID/]
* Java - [http://benow.ca/projects/libdiscid-java/ http://benow.ca/projects/libdiscid-java/]
* Java - [http://benow.ca/projects/libdiscid-java/ http://benow.ca/projects/libdiscid-java/]

Revision as of 14:34, 18 February 2013

Products > libdiscid

libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database.

The interface of this library is new, but the DiscID algorithm and the operating system dependent CD-ROM/DVD-ROM access code have been ported from libmusicbrainz version 2. For more info about the interface read the API documentation. The repository is at Github and bugs should be reported at the MusicBrainz Bugtracker.

libdiscid is licensed under the GNU Lesser General Public License.

Download

Source code:

Compiled packages:

Language Bindings