Rip audio CD to FLAC with CDDB metadata. Linux only. Requires cdparanoia and flac in PATH.
pip install ripcdUsage: ripcd [OPTIONS]
Rip an audio disc to FLAC files.
Requires cdparanoia and flac to be in PATH.
For Linux only.
Options:
-D, --drive FILE Optical drive path.
-M, --accept-first-cddb-match Accept the first CDDB match in case of
multiple matches.
--album-artist TEXT Album artist override.
--album-dir TEXT Album directory name. Defaults to artist-
album-year format.
--cddb-host TEXT CDDB host (default from keyring
gnudb/<user>).
--never-skip INTEGER Passed to cdparanoia's --never-skip=...
option.
-d, --debug Enable debug output.
-o, --output-dir TEXT Parent directory for album_dir. Defaults to
current directory.
-u, --username TEXT Username for CDDB.
-h, --help Show this message and exit.
CDDB host can be set via keyring under the gnudb key for your username, or via --cddb-host.