libdiscid: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Added link to MB-DiscID Ruby binding. (Imported from MoinMoin))
((Imported from MoinMoin))
Line 16: Line 16:
==Language Bindings==
==Language Bindings==


* Ruby - [http://code-monkey.de/pages/ruby-discid http://code-monkey.de/pages/ruby-discid]
* Ruby - [http://rbrainz.rubyforge.org http://rbrainz.rubyforge.org]
* Ruby - [http://rbrainz.rubyforge.org http://rbrainz.rubyforge.org]
* Python - [[python-musicbrainz2|PythonMusicBrainz2]], this is not a direct wrapper, but contains functions to access libdiscid using it's own API
* Python - [[python-musicbrainz2|PythonMusicBrainz2]], this is not a direct wrapper, but contains functions to access libdiscid using it's own API

Revision as of 16:13, 9 July 2007

Products > libdiscid

A Library for creating MusicBrainz DiscIDs

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.

Download

Language Bindings