File: README

package info (click to toggle)
mkcue 1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 492 kB
  • ctags: 246
  • sloc: sh: 2,618; cpp: 1,745; makefile: 73
file content (23 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$Id: README 1726 2004-10-27 06:38:00Z epg $

mkcue generates cue sheets from a CD's TOC (Table Of Contents).  It
uses code borrowed from the MusicBrainz client library, and is thus
released under the terms of the GNU GPL.

Usage is quite simple.  By default, list all tracks from /dev/cdrom in
the cue sheet.  An optional device argument overrides /dev/cdrom.  The
-t track-count option only lists up to track-count tracks in the cue
sheet, which is handy for CDs with data tracks you want to ignore.

Look in the osdep directory to see if your system is supported.  If
you find that libmusicbrainz supports a system not supported by mkcue,
please report this to me.

I hacked this up primarily because cdrdao couldn't generate a cue
sheet for half of my CDs.  I use this with flac-archive, also
available from <http://diplodocus.org/projects/audio/>.

mkcue requires:
   GNU make

-- Eric Gillespie <epg@pretzelnet.org>