Commit Graph

3 Commits (9b63933eb9dbedb323c5756b0833874452b60966)

Author SHA1 Message Date
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