Overview
cd.conf covers details relating to CD discs, i.e. TOC reading and track ripping.
Sections
Global
| Key |
Example value |
Description |
| dev |
/dev/cd0c (OpenBSD) |
The device name of the CD drive. |
rip
| Key |
Example value |
Description |
| bin |
cdparanoia -d %DEV% %TRACK% %OUT% |
The command to rip a track from a CD. %DEV% is replaced by the device name specified in the global section. %TRACK% is replaced with the track number. %OUT% is replaced with the output file-name. |
id
| Key |
Example value |
Description |
| bin |
cbcdtoc %DEV% |
The command to dump out the TOC from a CD. %DEV% is replaced by the device name specified in the global section. |