1
0

README 1.1 KB

123456789101112131415161718192021222324252627282930
  1. A Library for creating MusicBrainz DiscIDs
  2. ------------------------------------------
  3. libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.
  4. It reads a CD's table of contents (TOC) and generates an identifier which
  5. can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
  6. Additionally, it provides a submission URL for adding the DiscID to the
  7. database.
  8. The library also provides FreeDB disc IDs, and MCN + ISRCs, if available.
  9. The interface of this library is new, but the DiscID algorithm and the
  10. operating system dependent CD-ROM/DVD-ROM access code have been ported
  11. from libmusicbrainz version 2.
  12. Please report all bugs you find via the MusicBrainz bug tracker.
  13. Don't forget to state which OS and what version you are using:
  14. http://tickets.musicbrainz.org/browse/LIB
  15. Questions about this package may be posted to the MusicBrainz
  16. development mailing list (mb-devel):
  17. http://musicbrainz.org/doc/Communication/Mailing_Lists
  18. More information can be found at the package's official homepage:
  19. http://musicbrainz.org/doc/libdiscid