The libdiscid package is a 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.
Download (HTTP): http://users.musicbrainz.org/~matt/libdiscid-0.2.2.tar.gz
Download MD5 sum: ee21ddbe696a3c60e14827a75f3bcf5b
Download size: 340 KB
Estimated disk space required: 1 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdiscid
Install libdiscid by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2011-07-28 12:29:25 +0000