Rupert "Ripper" (Giles) is an Optical Media extractor. It's goal is to provide a simple interface for automatically ripping CD, DVD, and Blu-Ray discs and encoding their contents in digital media files.
Go to file
Dustin 9b63933eb9 cli: Write album to stdout, all else to stderr
To facilitate scripting, all status messages, etc. are now printed to the
standard error stream.  If the standard output stream is not a terminal,
the name of the album to be ripped is printed there, on the assumption that the
calling script is capturing it, e.g. in a variable.
2021-01-24 13:23:34 -06:00
.vscode Initial commit 2021-01-19 17:48:32 -06:00
src/rupert cli: Write album to stdout, all else to stderr 2021-01-24 13:23:34 -06:00
.gitignore Initial commit 2021-01-19 17:48:32 -06:00
.pylintrc Initial commit 2021-01-19 17:48:32 -06:00
mypy.ini Initial commit 2021-01-19 17:48:32 -06:00
poetry.lock Initial commit 2021-01-19 17:48:32 -06:00
pyproject.toml Initial commit 2021-01-19 17:48:32 -06:00