diff options
author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
---|---|---|
committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/external_dependencies/libdiscid-0.6.2/README | |
parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz |
Initial community commit
Diffstat (limited to 'Src/external_dependencies/libdiscid-0.6.2/README')
-rw-r--r-- | Src/external_dependencies/libdiscid-0.6.2/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Src/external_dependencies/libdiscid-0.6.2/README b/Src/external_dependencies/libdiscid-0.6.2/README new file mode 100644 index 00000000..42fe650c --- /dev/null +++ b/Src/external_dependencies/libdiscid-0.6.2/README @@ -0,0 +1,30 @@ +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 (http://musicbrainz.org). +Additionally, it provides a submission URL for adding the DiscID to the +database. + +The library also provides FreeDB disc IDs, and MCN + ISRCs, if available. + +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. + + +Please report all bugs you find via the MusicBrainz bug tracker. +Don't forget to state which OS and what version you are using: + + http://tickets.musicbrainz.org/browse/LIB + +Questions about this package may be posted to the MusicBrainz +development mailing list (mb-devel): + + http://musicbrainz.org/doc/Communication/Mailing_Lists + +More information can be found at the package's official homepage: + + http://musicbrainz.org/doc/libdiscid + |