Skip to content

Releases: WilliamSchack/Spotify-Downloader

v1.11.6

Choose a tag to compare

@WilliamSchack WilliamSchack released this 17 May 07:25

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Bug Fixes

  • #174 Fixed playlist track numbers not working

Contributors

Special Thanks

Thanks everyone for the support :)

One-time Donators

matt, Jon Liu, Bo

v1.11.5

Choose a tag to compare

@WilliamSchack WilliamSchack released this 10 Apr 01:20

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Bug Fixes

  • #159 Fixed not all artists being retrieved most of the time

Contributors

v1.11.4

Choose a tag to compare

@WilliamSchack WilliamSchack released this 27 Mar 23:50

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Changes

  • Updated yt-dlp to 2026.03.17

Special Thanks

Thanks everyone for the support :)

One-time Donators

Es

v1.11.3

Choose a tag to compare

@WilliamSchack WilliamSchack released this 10 Mar 04:42

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Changes

  • Changed auth timeout to 20s

Bug Fixes

  • #148 Fixed null track checking
  • Fixed occasional artist copy crash
  • Fixed auth retrieving not working in debug

Contributors

v1.11.2

Choose a tag to compare

@WilliamSchack WilliamSchack released this 08 Mar 23:55

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Changes

  • Updated yt-dlp to 2026.03.03

Bug Fixes

  • #147 Fixed album artist tag crash

Contributors

v1.11.1

Choose a tag to compare

@WilliamSchack WilliamSchack released this 28 Feb 23:48

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


Changes

  • Updated yt-dlp to 2026.02.21
  • Replaced nodejs with quickjs

Bug Fixes

  • #146 Fixed PO Token not inputting correctly when including "%" characters
  • Fixed no file found error for most downloads with cookies

Contributors

Special Thanks

Thanks everyone for the support :)

New Monthly Supporters

Jon Liu

One-time Donators

piv

v1.11.0

Choose a tag to compare

@WilliamSchack WilliamSchack released this 15 Feb 05:16

It will be a while until the next major release but if you want plans and details for it, you can view them here.

I have also opened monthly memberships with some rewards so if you want to support development please check it out :)


I didnt expect another update before v2.0 but spotify threw a curveball and is basically labotomising their api and making it pretty much unusable. So this update is not using the spotify api anymore and getting the data through other means. This does have a few downsides listed in the changes below but not as much as I originally expected. In v2 these will be fixed with an option for more requests to fill the missing data and I will look into another method of getting the isrc.

The spotify api updates will happen on March 9th so until then v1.10.10 and below will continue to work and this will be the transitioning period to find and fix bugs

If you do have issues using the app on this version, please submit a bug report and you can stick to v1.10.10 until it is resolved.

Changes

  • #144 Replaced spotify details retrieval with another method. This also means that:
    • When getting tracks the disc number is not retrieved
    • When getting playlists, track/album release dates are not retrieved
  • Disabled musixmatch lyrics (The isrc is no longer retrieved)
  • Removed spotify api keys inputs

Special Thanks

Im going to start putting names here for supporters and then into the app when v2 releases. This one will include everyone that has donated since the release of the app, but from now on it will be since the previous version. Thanks to everyone that has donated its highly appreciated and keeps the app going :)

One-time Donators

GRD, Emeraldtaku, ssDd, Lady Di, INNENN, neil, Luizao, Ape, Neflex, Em, Vandal, Lisa, Brooke, RayKay, Reinier de Bruijn, LitoD, jojojo3217, wistoha, Winnie, Jo, jojo, SuMaPa, Leo Mason, Jhon, AndiCee

v1.10.10

Choose a tag to compare

@WilliamSchack WilliamSchack released this 30 Jan 08:49

This update will be a temporary fix for the spotify updates with different default api keys

Changes

  • #131 Changed default spotify api keys
  • #141 Updated yt-dlp to 2026.01.29
  • Updated ffmpeg to 2026.01.29

v1.10.9 Including External JS Runtime

Choose a tag to compare

@WilliamSchack WilliamSchack released this 25 Nov 08:10

The default keys in the app are currently rate limited and it doesnt seem to be ending any time soon if at all for some reason so downloads will not work by default. I cannot fix this at the moment since spotify is currently doing updates that prevents me from creating new keys

To fix this, input the keys found here into the app: Settings > Downloading > Spotify Client ID/Secret


yt-dlp now requires an external js runtime so node js is included into the app now. This fixes a lot of the previous downloading issues with the main one being cookie support is available again

Update on the break aswell, Ive been working on a unity asset that is now under review and once thats uploaded I will give it another week or two to fix any initial issues but after that I will get back onto this, so I will be back on this soon!

Changes

  • Included nodejs exe
  • Updated yt-dlp to 2025.11.12

Bug Fixes

  • Fixed update showing available when the remote version is the same as the local

v1.10.8 Download Fix (yt-dlp update)

Choose a tag to compare

@WilliamSchack WilliamSchack released this 25 Oct 02:43

YouTube has changed their security so as of the next yt-dlp update Deno will be required. Because of this it will be packaged with this app in the next update and the app size will increase by ~115MB

Because ytdlp has only implemented a temporary fix at the moment, some features will not work as intended with the main example of cookies not working most of the time


Fixes the download error "HTTP Error 403: Forbidden" for all downloads (#118)

Changes

  • Updated yt-dlp to 2025.10.22
  • Version Update checking now checks individual parts

Contributors