libdiscid: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
((Imported from MoinMoin))
Line 3: Line 3:
=A Library for creating MusicBrainz DiscIDs=
=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.
'''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.
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 [http://users.musicbrainz.org/~luks/docs/libdiscid/ API documentation].

libdiscid is licensed under the [http://www.gnu.org/copyleft/lgpl.html GNU Lesser General Public License].


==Download==
==Download==


* [http://users.musicbrainz.org/~matt/libdiscid-0.1.0.tar.gz libdiscid-0.1.0.tar.gz] (320K)
* [http://users.musicbrainz.org/~matt/libdiscid-0.1.0.tar.gz libdiscid-0.1.0.tar.gz] (320K)

==License==

'''libdiscid''' is licensed under the [http://www.gnu.org/copyleft/lgpl.html GNU Lesser General Public License].


[[Category:To Be Reviewed]] [[Category:Products]] [[Category:Development]]
[[Category:To Be Reviewed]] [[Category:Products]] [[Category:Development]]

Revision as of 16:31, 22 July 2006

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