libdiscid
From MusicBrainz Wiki
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.
libdiscid is licensed under the GNU Lesser General Public License.
[edit] Download
- libdiscid-0.2.2.tar.gz (340K)
- libdiscid-0.2.1.tar.gz (335K)
- libdiscid-0.2.0.tar.gz (334K)
- libdiscid-0.1.1-win32bin.zip (20K)
[edit] Language Bindings
- Ruby - http://rbrainz.rubyforge.org
- Perl - http://search.cpan.org/dist/MusicBrainz-DiscID/
- Python - PythonMusicBrainz2, this is not a direct wrapper, but contains functions to access libdiscid using its own API

