Releases: SathyaBhat/spotify-dl
v8.9.0
Changes
- Release/8.9.0 @SathyaBhat (#370)
🚀 Features
- Add tempo information to track metadata @krishsharma0413 (#368)
🧰 Maintenance
- Fix typo @sulavmhrzn (#360)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.8.2
v8.8.1
Changes
🐛 Bug Fixes
- check that the flag to delete has been explicitly set @SathyaBhat (#345)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.8.0
Changes
🚀 Features
- Add dump json @jonas-resch (#341)
- Added an option to delete deprecated tracks. @LuluDavid (#340)
🧰 Maintenance
- 8.8 release @SathyaBhat (#342)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.7.0
v8.6.0
Changes
🐛 Bug Fixes
- Avoid querying youtube if --no-overwrites is set & the mp3 file already exists @LuluDavid (#277)
🧰 Maintenance
- bump up version for release @SathyaBhat (#328)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.5.0
Changes
🚀 Features
If you wish to download via proxy, pass -p
flag with the URL of the proxy.
For HTTP:
spotify_dl -p "http://username:password@hostname:port" or "http://hostname:port"
For SOCKS5
spotify_dl -p "socks5://username:password@hostname:port" or "socks5://hostname:port"
thanks to @Diiak for adding this feature.
🐛 Bug Fixes
- skip sponsorblock by default @SathyaBhat (#311)
🧰 Maintenance
- release 8.5.0 @SathyaBhat (#312)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.4.0
Changes
🚀 Features
- added multi processing @kithstack1 (#300)
You can now make use of multiple cores to speed up downloads. To do this, pass -mc <number>
where <number>
is the number of cores that you have. If you set this to too high, spotify-dl will automatically set it to one less than the number of cores available. See the README for details! Thanks @kithstack1 for adding this feature.
🧰 Maintenance
- bump up version for release @SathyaBhat (#306)
- Address minor style/nitpicks @SathyaBhat (#305)
- Allow for more dependencies @NicolaSmaniotto (#273)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.3.0
Changes
🧰 Maintenance
- bump up spotipy @SathyaBhat (#268)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!
v8.2.0
Changes
🚀 Features
🧰 Maintenance
- bump up Rich @SathyaBhat (#265)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!