Library for creating MusicBrainz DiscIDs from audio CDs
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 [WWW] API documentation.
- Developed at multimedia:libs
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/libdiscid && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000011 11 Bytes | |
libdiscid-0.5.2.tar.gz | 0000355145 347 KB | |
libdiscid-no-crypto.patch | 0000002836 2.77 KB | |
libdiscid.changes | 0000004740 4.63 KB | |
libdiscid.spec | 0000003342 3.26 KB |
Revision 22 (latest revision is 30)
Stephan Kulow (coolo)
accepted
request 185933
from
Tomáš Chvátal (scarabeus_iv)
(revision 22)
- update to version 0.5.2: - LIB-40: discid_get_webservice_url() (web service version 1) is deprecated please use libmusicbrainz to gather metadata by disc ID - LIB-7: rewrote data track handling, releases with multiple data tracks This also fixes LIB-18 (no ID for DVDs) and LIB-9 (PS/PS2 CDs) - LIB-44: fix invalid disc IDs on first read of multi-session discs - LIB-26: add a better test suite, including valgrind memcheck target - LIB-37: Autotools optimization (non-recursive build etc.) - print time information in the discid example - libdiscid-no-crypto.patch: refreshed via quilt (forwarded request 185592 from JonnyJD)
Comments 0