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 f44e26cc84 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-17 00:14:53 -06:00
.vscode Initial commit 2021-01-17 00:14:53 -06:00
src/rupert Initial commit 2021-01-17 00:14:53 -06:00
.gitignore Initial commit 2021-01-17 00:14:53 -06:00
.pylintrc Initial commit 2021-01-17 00:14:53 -06:00
mypy.ini Initial commit 2021-01-17 00:14:53 -06:00
poetry.lock Initial commit 2021-01-17 00:14:53 -06:00
pyproject.toml Initial commit 2021-01-17 00:14:53 -06:00