streamrip v0.7.1
New Features:
rip discover
now has a--scrape
flag that downloads all of the results, and an-n
flag for the number of results, if you're into data hoarding.- There are more useful messages on edge case panics
- When downloading an item from the search menu, the database is now checked for the ID
- An
albumcomposer
key was added in the file formatter to differentiate between the track composer, which is still calledcomposer
- The
rip convert
command now searches for tracks recursively - Artists can now be queried using
rip search -t artist
- FFmpeg shows the output when in debug mode
- Improved error message when the Deezloader server is down
Bug Fixes:
- Booklet file names are now properly sanitized
- Misc bugs related to the new database system
- The
SoundCloudClient
has been updated to match SoundClouds new API calls #122
Internal Changes:
Media
are now properly subclassed by aMedia
Abstract Base Class- The groundwork for a sphinx documentation website has been laid