• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-402394

extras/H03-May-2022-11884

src/H01-Dec-2014-3,3162,462

.gitignoreH A D01-Dec-2014613 6051

.travis.ymlH A D01-Dec-201470 43

AUTHORSH A D01-Dec-201434 21

COPYINGH A D01-Dec-201417.6 KiB341281

Makefile.amH A D01-Dec-201487 41

NEWSH A D01-Dec-20142 KiB6539

README.mdH A D01-Dec-2014735 2415

TODOH A D01-Dec-2014318 76

configure.acH A D01-Dec-2014341 1211

README.md

1# cuetools [![Build Status](https://travis-ci.org/svend/cuetools.svg?branch=master)](https://travis-ci.org/svend/cuetools)
2
3cue and toc file parsers and utilities
4
5https://github.com/svend/cuetools
6
7Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen
8
9cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
10Contents (toc) files.
11
12It includes:
13
14- `cueconvert` convert between the cue and toc formats
15- `cuebreakpoints` print the breakpoints from a cue or toc file
16- `cueprint` print disc and track infomation for a cue or toc file
17
18Directory layout:
19
20- `doc/` documentation (including man pages)
21- `src/` all source files
22- `src/lib/` scanning, parsing, and printing library
23- `src/tools/` cue and toc tools
24