Skip to content

Releases: nathom/streamrip

streamrip v1.9.1

15 Jan 05:26
Compare
Choose a tag to compare

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

15 Jan 03:23
Compare
Choose a tag to compare

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

28 Nov 19:46
Compare
Choose a tag to compare

Bug Fixes

  • Tidal downloads are back up, although they are now restricted to quality = 2.

streamrip v1.7

26 Oct 20:23
Compare
Choose a tag to compare

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

26 Sep 23:46
Compare
Choose a tag to compare

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

12 Sep 05:12
Compare
Choose a tag to compare

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 to folder_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

  • SoundCloud downloads are back up #164
  • Tidal Video downloads are back up #169
  • Albums that don't have cover art download properly #160 #168

streamrip v1.4

20 Aug 20:43
Compare
Choose a tag to compare

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 the downloads and failed_downloads databases

Internal Changes

  • The maximum line length has been set to 79
  • class YoutubeVideo now complies with the Media ABC

streamrip v1.3

14 Aug 00:50
Compare
Choose a tag to compare

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

03 Aug 05:21
Compare
Choose a tag to compare

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

  • simple_term_menu should properly install now on linux machines #136
  • Added the rip config --qobuz command #132
  • Fixed FileNotFoundError for the config file #131
  • Fixed typo #137

streamrip v1.1

31 Jul 05:00
Compare
Choose a tag to compare

This fixes a small typo. See the release notes for v1.0 for the breaking changes in the last version.