CUE sheet
The library allows to construct, render, and parse CUE sheets.
What is CUE sheet?
A cue sheet, or cue file, is a metadata file which describes how the
tracks of a CD or DVD are laid out. Cue sheets are stored as plain text
files and commonly have a “.cue” filename extension. CDRWIN first
introduced cue sheets, which are now supported by many optical disc
authoring applications and media players.
Read more on Wikipedia.
The description of the format can be found
here,
scroll to the appendix A (it’s closest we get to a “specification”).
Quick start
Read the Haddocks. In
short, you parse a CueSheet
with parseCueSheet
function and render a
CueSheet
with renderCueSheet
function—pretty straightforward, eh? Of
course, you still can construct a CueSheet
manually. The data types are
defined in such a way that incorrect CUE sheets are impossible to represent.
Contribution
Issues, bugs, and questions may be reported in the GitHub issue tracker for
this project.
Pull requests are also welcome and will be reviewed quickly.
License
Copyright © 2016–2019 Mark Karpov
Distributed under BSD 3 clause license.