============== whipper-cd-rip ============== --------- Rips a CD --------- :Author: Louis-Philippe Véronneau :Date: 2020 :Manual section: 1 Synopsis ======== | whipper cd rip [**options**] | whipper cd rip **-h** Options ======= | **-h** | **--help** | Show this help message and exit | **-R** ** | **--release-id** ** | MusicBrainz release id to match to (if there are multiple) | **-p** | **--prompt** | Prompt if there are multiple matching releases | **-c** ** | **--country** ** | Filter releases by country | **-L** ** | Logger to use | **-o** ** | **--offset** ** | Sample read offset | **-x** | **--force-overread** | Force overreading into the lead-out portion of the disc. Works only if | the patched cdparanoia package is installed and the drive supports this | feature | **-O** ** | **--output-directory** ** | Output directory; will be included in file paths in log | **-W** ** | **--working-directory** ** | Working directory; whipper will change to this directory and files will | be created relative to it when not absolute | **--track-template** ** | Template for track file naming | **--disc-template** ** | Template for disc file naming | **-U** | **--unknown** | whether to continue ripping if the CD is unknown | **--cdr** | whether to continue ripping if the disc is a CD-R Template schemes ================ | Tracks are named according to the track template, filling in the variables | and adding the file extension. Variables exclusive to the track template are: | | - %t: track number | - %a: track artist | - %n: track title | - %s: track sort name | Disc files (.cue, .log, .m3u) are named according to the disc template, | filling in the variables and adding the file extension. Variables for both | disc and track template are: | | - %A: release artist | - %S: release sort name | - %d: disc title | - %y: release year | - %r: release type, lowercase | - %R: release type, normal case | - %x: audio extension, lowercase | - %X: audio extension, uppercase | Paths to track files referenced in .cue and .m3u files will be made | relative to the directory of the disc files. | All files will be created relative to the given output directory. | Log files will log the path to tracks relative to this directory See Also ======== whipper(1), whipper-cd(1), whipper-cd-info(1)