cue.1.man
changeset 0 c66307cca740
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cue.1.man	Sun Nov 25 11:41:05 2007 +0100
@@ -0,0 +1,21 @@
+.TH "Cue files" 1 21/11/2007
+
+.SH INTRO
+How to get the tracks from a big file (maybe APE) of a whole CD
+rip.
+.SH SOFTWARE
+cuetools, shntool, wavpack, mac
+
+.SH COMMANDS
+.SS Get the sound
+.NF
+cuebreakpoints sample.cue | shnsplit -o flac sample.ape
+.FI
+.SS Get the tags
+.NF
+cuetag sample.cue split-track00{1,2,3,4}.flac
+.FI
+.SS Get the file names
+.NF
+`cuerename sample.cue`
+.FI