libdiscid: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(make LGPL2.1+ explicit)
(link changelog)
Line 17: Line 17:
* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.4.0-win32.zip libdiscid-0.4.0-win32.zip] (424K)
* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.4.0-win32.zip libdiscid-0.4.0-win32.zip] (424K)
* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.4.0-mac.zip libdiscid-0.4.0-mac.zip] (441K)
* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.4.0-mac.zip libdiscid-0.4.0-mac.zip] (441K)

Changes:

* [https://raw.github.com/metabrainz/libdiscid/master/ChangeLog ChangeLog] (github)


==Language Bindings==
==Language Bindings==

Revision as of 00:50, 9 March 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 2.1 or later.

Download

Source code:

Compiled packages:

Changes:

Language Bindings