This package browser is in early development. Mind the rough edges.

libdiscid

Disc id reader library

libdiscid is a C library for creating MusicBrainz and freedb disc IDs 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 disc ID to the database and gathers ISRCs and the MCN (=UPC/EAN) from disc.

Installation

Install the latest version of libdiscid as follows:

guix install libdiscid

Or install a particular version:

guix install libdiscid@0.6.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of libdiscid about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libdiscid'><img src='https://packages.guix.gnu.org/packages/libdiscid/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libdiscid/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libdiscid)

Example Org:

[[https://packages.guix.gnu.org/packages/libdiscid][https://packages.guix.gnu.org/packages/libdiscid/badges/latest-version.svg]]