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

..03-May-2022-

build/H27-Oct-2004-3,1762,723

osdep/H27-Oct-2004-2,7011,371

AUTHORSH A D27-Oct-20042.5 KiB8860

COPYINGH A D27-Oct-200425.8 KiB505418

GNUmakefile.inH A D27-Oct-20041.8 KiB8670

READMEH A D27-Oct-2004921 2417

aclibsH A D23-Oct-200446 21

config.h.inH A D27-Oct-20041.5 KiB5436

configureH A D03-May-2022147.5 KiB5,1624,307

configure.acH A D23-Oct-20041.2 KiB5040

diskid.ccH A D23-Oct-20048.6 KiB318237

diskid.hH A D23-Oct-20042.3 KiB9530

errors.hH A D23-Oct-20042.7 KiB7546

mkcue.ccH A D27-Oct-20042.1 KiB8466

types.hH A D23-Oct-20041.3 KiB4114

README

1$Id: README 1726 2004-10-27 06:38:00Z epg $
2
3mkcue generates cue sheets from a CD's TOC (Table Of Contents).  It
4uses code borrowed from the MusicBrainz client library, and is thus
5released under the terms of the GNU GPL.
6
7Usage is quite simple.  By default, list all tracks from /dev/cdrom in
8the cue sheet.  An optional device argument overrides /dev/cdrom.  The
9-t track-count option only lists up to track-count tracks in the cue
10sheet, which is handy for CDs with data tracks you want to ignore.
11
12Look in the osdep directory to see if your system is supported.  If
13you find that libmusicbrainz supports a system not supported by mkcue,
14please report this to me.
15
16I hacked this up primarily because cdrdao couldn't generate a cue
17sheet for half of my CDs.  I use this with flac-archive, also
18available from <http://diplodocus.org/projects/audio/>.
19
20mkcue requires:
21   GNU make
22
23-- Eric Gillespie <epg@pretzelnet.org>
24