v 1.2.0Beta #280
Replies: 4 comments 5 replies
-
|
weird, when i launch the windows x64.exe it still states V1.1.4... |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for all your work on fixing the 429 errors! I can confirm that using my personal client ID and secret now works for me. Just FYI at the moment it seems like Spotify has disabled creating new applications in the developer portal. Most likely this is because of the Anna's Archive business. So it's currently not possible to use a dummy account to create an application unless you already happen to have one. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, this does work with your own client id and secret, but now i can see just how many api calls the app makes when i download songs and am wondering if there is any way to prevent needless api calls? For instance, my main playlist is about to reach 1000 songs, i used this version to update it, it does detect that i already have 99% of the songs downloaded but it still makes an api call to /v1/tracks for each track it checks, which got me close to 600 api checks before i closed the app as i only needed to download the 12 new songs i added to my fav list. Could we perhaps download the playlist then compare that to all the songs we already have downloaded in the folder we set and then only make an api call for tracks we don't yet have downloaded? I'm using an app called spotify playlist to M3U that only downloads the playlist then searches a selected folder for those songs to make me a local playlist, it only makes a single api call for the playlist and then checks all the songs locally. I guess for now the easiest way to avoid this would be for me making a seperate playlist with only the songs i need to download, that would avoid too many unnecessary api calls. Thanks again for updating onthespot and getting it working again :) |
Beta Was this translation helpful? Give feedback.
-
|
Are the OAuth credentials required even for premium accounts and i still keep getting the 429 error even for single track download (checked off all the optional metadata options |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v1.2.0Beta - Prerelease
Spotify-Breaking Change:
After the big Rip accomplished by anna's blog, Spotify has partially reworked/blocked most of the free calls we were using before, because of this it is now strongly suggested to use the new OAuth credentials Obtained from Spotify Developers Dashboard, and set them accordingly in the settings of the app.
This new method comes with a slight risk increase, as we now use credentials directly linked to the spotify account, therefore it is even MORE strongly suggested to create a disposable account to use this app, to avoid the ban of your main account.
We're a not responsible for your account getting banned, you may loose everything related to it, BE MINDFUL
Recap:
This version implements a complete refactor of the Metadata API calls logic.
Adds the option to use Developers OAuth credentials from Spotify, fixes a lot of with failed calls and failing downloads, and adds some QoL improvements like a popup when a song or playlist is unavailable.
Thanks to @respondcreate for the contributions!
Tests reports are welcome on the Discussion linked, and of course as Issue if necessary.
Happy Listening and Happy New Year!
What's Changed
New Contributors
Full Changelog: v1.1.4...v1.1.5beta
This discussion was created from the release v 1.2.0Beta.
Beta Was this translation helpful? Give feedback.
All reactions