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 a997be4515 Initial commit
*Rupert* ("Ripper") is a tool to rip CD (and eventually DVD) media
(almost) automatically.  It converts CDDA to WAV using `cdparanoia`,
encodes the output with `flac`, and adds metadata tags from MusicBrainz
using *mutagen*.  The console user interface is provided by *rich*.
2021-01-19 17:48:32 -06:00
.vscode Initial commit 2021-01-19 17:48:32 -06:00
src/rupert Initial commit 2021-01-19 17:48:32 -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