Releases: nathom/streamrip
Releases · nathom/streamrip
streamrip v0.4.1
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
New Features:
- Added support for last.fm playlists
- Option to set
album
andalbumartist
to the playlist name and creator - Support for downloading AAC files from Tidal (qualities
0
and1
)
streamrip v0.3.2
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 thedisctotal
tag are fixed.
streamrip v0.3.1
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
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
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
Fixes the following bugs:
FileNotFoundError
when config file is created- Deezer track downloads not working
streamrip 0.2.11
- 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
Made the tool platform independent. Please follow the new installation instructions in the README.