JESS2005 / ESPotify-Car-Thing

A version of the Spotify car thing made to run on ESP32 with a TFT display.
4 stars 1 forks source link

Spotify Login #1

Open nightflasher opened 4 days ago

nightflasher commented 4 days ago

I know you wrote the SpotifyCustom lib to avoid login/dev things, but maybe you can use the code from https://github.com/witnessmenow/Spotify-Diy-Thing where the login and dev is needed and it kinda works - but application is very slow

JESS2005 commented 4 days ago

Well, avoiding login/dev things wasn't the main reason. Avoiding all that means that i am able to use the Spotify web API directly, which in short means: I can skip, pause/play, ecc... without needing Spotify premium, which I consider a huge plus.

Only problem is, as far as I know some regions might need a 2nd cookie for it to work, can't really test that by myself tho.