Releases: nathom/streamrip
Releases · nathom/streamrip
streamrip v1.9.1
New Features
- This is an update with a small patch. See release notes for
v1.9
Bug Fixes
- Fixes a major issue with the new cover art hash function
- Fixes meta class related errors for Youtube Downloads
streamrip v1.9
New Features
- General performance improvements
- The downloads directory and config path can now be specified as command line arguments
- More robust hashing for cover urls
- The
(Explicit)
tag can now be disabled in the config file
Bug Fixes
- SoundCloud downloads are back up!
streamrip v1.8
Bug Fixes
- Tidal downloads are back up, although they are now restricted to
quality = 2
.
streamrip v1.7
Bug Fixes
- Fix a bug that broke TIDAL Video downloads
- Fixed an error when downloading certain TIDAL playlists
- Add an explicit tag for track names
- Fix an incorrect comment in
config.toml
streamrip v1.6
New Features
- The Soundcloud client ID is now dynamically generated. This fixes the issues where SoundCloud downloads would stop working a few weeks after an update.
- New GitHub issue templates that are much easier to use.
Bug Fixes
download_videos
key now works properly- Lastfm doesn't crash when there are no results found anymore
KeyError: 'title'
when searching for artists
streamrip v1.5
New Features
- Asynchronous downloading of Tidal video and SoundCloud mp3 chunks. This will speed up downloads significantly for Tidal.
- Tidal Videos and SoundCloud downloads now have proper progress bars
- An
id
key has been added tofolder_format
to fix possible duplicate issues #150 - The artwork size for singles can now be chosen #166
- Filenames can now be restricted to ASCII characters #161
Bug Fixes
streamrip v1.4
New Features
rip discover
can now be used for Deezer by specifying--source deezer
. This is only available for paid Deezer accounts.- If there are multiple artists for a Qobuz release, all of them will be included in the metadata
- A
metadata.exclude
entry in the config file that specifies tags that should not be written into the audio files - A new command named
rip db
that allows you to (currently) view the contents of thedownloads
andfailed_downloads
databases
Internal Changes
- The maximum line length has been set to
79
class YoutubeVideo
now complies with theMedia
ABC
streamrip v1.3
New Features:
- Automatic updates, when updates are available
- After updating, the release notes (what you're reading right now) will be displayed
- Asynchronous requests for Qobuz logins, which significantly improve startup times
Bug Fixes
- Deezloader should be working properly now, including FLAC downloads #142
- Artist/Label downloads were stuck after running into unavailable tracks #138
- Deezer downloads had the wrong bit depth and sampling rate #139
- Deezer genres were wrong #147
- AttributeError for Label downloads #144
- Artwork embed sizes not working #140
- Artist singles not included in TIDAL downloads #148
- Tidal Video downloads broken #149
streamrip v1.2
New Features
- Setting
folder_format = ""
will allow you to dump tracks in a single folder. This is useful for automatically organizing libraries such as Music.app
Bug Fixes
streamrip v1.1
This fixes a small typo. See the release notes for v1.0
for the breaking changes in the last version.