/usr/share/doc/grabcd-rip/README is in grabcd-rip 0009-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | grabcd README
grabcd is an audio CD ripping and encoding suite
(c) 2004-2008 by Christian Garbs <mitch@cgarbs.de>
licensed under GNU GPL
== What does it do?
"grabcd-scan" reads a CD and lets you enter track information (I'm no
fan of CDDB as the data there is very limited - think of a hit sampler
CD with different artists, you can't have a different artist per
track).
"grabcd-rip" will then read the CD using icedax and start the encoding
via "grabcd-encode" (this will be done automatically). You will get
OGG encoded files in a specified directory hierarchy.
== What's special about this?
grabcd-rip and grabcd-encode can run on different machines. This was
essential for me when writing these scripts as my CD-ROM was in my
slow workstation while the server with the fast CPU had no CD-ROM.
== How to use it?
Generate a config file, either /etc/grabcd.conf for everyone or ~/.grabcd
for yourself.
This is an example for "everything local":
CDINFO_TEMP=/tmp/cdinfo
CDINFO_REMOTE=/mnt/storage/grabcd-scan
ENCODE_HOST=localhost
ENCODE_BINARY=/usr/bin/grabcd-encode
ENCODE_NICE=20
ENCODE_PATH=/mnt/storage/ogg
This is an example for "networked operation":
CDINFO_TEMP=/tmp/cdinfo
CDINFO_REMOTE=mitch@yggdrasil.mitch.h.shuttle.de:/home/mitch/ogg/grabcd-scan
ENCODE_HOST=mitch@yggdrasil.mitch.h.shuttle.de
ENCODE_BINARY=/home/mitch/bin/grabcd-encode
ENCODE_NICE=20
ENCODE_PATH=/home/mitch/ogg
== Configuration options
CDINFO_TEMP - The artist/track data is temporarily stored here
CDINFO_REMOTE - The artist/track data is archived here. Useful if
you want to reread a CD later. Just copy the
appropriate file to $CDINFO_TEMP and start grabcd-rip.
ENCODE_HOST - Where to run grabcd-encode. Set to empty or "localhost"
for local operation. Set to a "hostname" or
"user@hostname" for remote operation.
ENCODE_BINARY - Where to find the grabcd-encode binary.
ENCODE_NICE - Nicelevel for grabcd-encode.
ENCODE_PATH - Where to put the encoded files.
== Limitations
grabcd-scan and grabcd-rip always read from /dev/cdrom. This is
because Audio::CD does not seem to have a configuration option for
this. If icedax uses another device by default, you can set
$CDDA_DEVICE to the correct one.
|