Commit Graph

6 Commits (a29104c8d02ec3b5f524a72f1becc14913ad33d7)

Author SHA1 Message Date
Dustin a29104c8d0 Update poetry.lock 2021-12-12 21:09:28 -06:00
Dustin 6d380c90f1 meta: Update python-libdiscid
Version 1.x doesn't work on Python 3.10.
2021-12-12 21:09:01 -06:00
Dustin 1ad01c9fa3 Update poetry.lock 2021-12-12 19:15:22 -06:00
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
Dustin b0540e494c musicbrainz: Handle missing release date
Some releases in the MusicBrainz database do not have an associated
release date.
2021-01-19 17:51:36 -06:00
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