libcuefile

Library to parse and work with CUE sheet files for audio

brewmacoslinux
Try with needOr install directly
Source

About

Library to work with CUE files

Commands

libcuefile

Examples

Parse and validate a CUE sheet file$ cuefile parse album.cue
Extract track information from a CUE file$ cuefile info album.cue
Use libcuefile in C/C++ code by linking the library$ gcc -o program program.c -lcuefile