libdiscid: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(→‎Language bindings: add python-libdiscid (cython))
(→‎Download: update for libdiscid 0.5.0)
Line 16: Line 16:
Source code:
Source code:


* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.4.1.tar.gz libdiscid-0.4.1.tar.gz] (356K)
* [http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.5.0.tar.gz libdiscid-0.5.0.tar.gz] (359K)


Compiled packages:
Compiled packages:


* [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.5.0-win32.zip libdiscid-0.5.0-win32.zip] (417K)
* [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.5.0-mac.zip libdiscid-0.5.0-mac.zip] (403K)


Changes:
Changes:

Revision as of 14:09, 12 April 2013

Products > libdiscid

libdiscid is a C library for creating MusicBrainz and freedb disc IDs 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 disc ID to the database and gathers ISRCs and the MCN (=UPC/EAN) from disc.

The interface of this library is new, but the disc ID 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 bug tracker.

libdiscid is licensed under the GNU Lesser General Public License 2.1 or later.

Download

Source code:

Compiled packages:

Changes:

Language bindings

Tools based on libdiscid

  • ISRC#Resources, many ISRC submit tools are based on libdiscid or one of the bindings and can be used to add disc IDs and ISRCs.
  • Picard uses libdiscid to calculate the disc ID (lookup by CD)

See also