Skip to content

Releases: nathom/streamrip

streamrip v0.4.1

12 Apr 23:01
Compare
Choose a tag to compare

New Features:

  • Concurrent downloads (beta). This will increase execution speed significantly, especially if you are using the conversion feature. This has to be enabled manually in the config file.
  • Single digit tracknumbers are prefixed with 0 (e.g. TRACKNUMBER: 1 -> TRACKNUMBER: 01
  • Progress bars now show the tracknumber being downloaded
  • Managing cover art settings is much more straightforward now
  • Doesn't check for updates when using the config command

Bug Fixes:

  • source_subdirectories no longer recursively create new directories

streamrip v0.4

10 Apr 03:20
Compare
Choose a tag to compare

New Features:

  • Added support for last.fm playlists
  • Option to set album and albumartist to the playlist name and creator
  • Support for downloading AAC files from Tidal (qualities 0 and 1)

streamrip v0.3.2

09 Apr 18:38
Compare
Choose a tag to compare

New Features:

  • The explicit tag is now included in the title.
  • Support for Qobuz urls from the mobile app.
  • Lowercase (c) in copyright tags are now properly changed to ©.

Bug Fixes:

  • packaging is now included in the requirements.
  • KeyError issues related to the disctotal tag are fixed.

streamrip v0.3.1

08 Apr 19:47
Compare
Choose a tag to compare

New Features:

  • Specify the embedded and downloaded cover size seperately in the config file
  • Specify which cover to keep
  • Option to create subdirectories based on the source name
  • Albums with multiple discs now create subdirectories named Disc n
  • Automatically check for updates

Bug Fixes:

  • Bugs related to albums with multiple discs
  • Tidal albums with more than 100 tracks not working
  • Wrong sampling rates in directory naming for Tidal MQA
  • Include SoundCloud in help pages

streamrip v0.3

06 Apr 04:57
Compare
Choose a tag to compare

New Features:

  • Support for SoundCloud tracks and playlists!

Bug Fixes:

  • Unexpected DB Error
  • TRACKTOTAL tag not working
  • --quality option not working

streamrip v0.2.13

02 Apr 00:51
Compare
Choose a tag to compare

New features:

  • Tidal credentials can now be reset with rip config --tidal
  • Minor changes to CLI

Bug Fixes:

  • Path formatting now works properly
  • Fix Unexpected DB Error bug

streamrip 0.2.12

30 Mar 22:17
Compare
Choose a tag to compare

Fixes the following bugs:

  • FileNotFoundError when config file is created
  • Deezer track downloads not working

streamrip 0.2.11

30 Mar 19:15
Compare
Choose a tag to compare
  • Removed the dogpile.cache dependency that was causing issues for Windows users.
  • Removed some syntax that was not compatible with Python 3.7.

streamrip 0.2.10

30 Mar 17:21
Compare
Choose a tag to compare

Made the tool platform independent. Please follow the new installation instructions in the README.

streamrip

30 Mar 01:24
fd54e30
Compare
Choose a tag to compare

Added support for Tidal artist discographies. Minor changes to CLI.