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.
- Versions: 0.6.4
- Website: https://musicbrainz.org/doc/libdiscid
- Licenses: LGPL 2.1+
- Package source: gnu/packages/music.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]