libdiscid-0.2.2

Introduction to libdiscid

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.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdiscid

Installation of 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

Contents

Installed Programs: None
Installed Library: libdiscid.{so,a}
Installed Directory: /usr/include/discid

Short Descriptions

libdiscid.{so,a}

contains the DiscID API functions.

Last updated on 2011-07-28 12:29:25 +0000