Crate discid

source ·
Expand description

discid allows you to calculate MusicBrainz or FreeDB disc IDs for audio CDs.

discid provides bindings to the MusicBrainz libdiscid library. In addition to calculating the disc IDs you can also get advanced data from the audio CD such as MCN (media catalogue number) and per-track ISRCs.

To get started see the documentation and examples of DiscId::read, DiscId::read_features, DiscId::put and DiscId::parse.

Details about the use and calculation of disc IDs can be found at the MusicBrainz disc ID documentation.

The source code of this library is available on SourceHut under the terms of the GNU Lesser General Public License version 3 or later.

Structs

  • This is returned on errors reading the disc or setting the TOC.
  • DiscId holds information about a disc (TOC, MCN, ISRCs).
  • Constants representing the features supported by libdiscid.
  • Holds information about a single track
  • Allows iterating over all tracks of a read disc.