libdiscid
0.6.2
|
Libdiscid is a C library for calculating DiscIDs (MusicBrainz and freedb) for Audio CDs. Additionally the library can extract the MCN/UPC/EAN and the ISRCs from disc.
The idea is to have an easy to use library without any dependencies that can be used from scripting languages.
The API is documented in discid.h.
This is an example of the most basic usage:
libdiscid provides a pkg-config script that returns the necessary compiler and linker flags, as well as the version number. To build a small sample program one would use:
gcc libdiscid-test.c `pkg-config libdiscid –cflags –libs` -o libdiscid-test