lofi
lofi copied to clipboard
[IDEA] Custom CLIENT_ID for premium users
Was testing with the app a bit and was getting the api waiting message. Since i have Premium i tried to change the CLIENT_ID with my personal one. I went to https://developer.spotify.com/dashboard and created a 'Spotify app'. -Added http://localhost:41419 to 'Redirect URI' -Selected --Web API --Web Playback SDK as used APIs Then i got the 'Client ID' and pasted it in /src/main/auth.ts 'const AUTH_CLIENT_ID' Compiled the program and it worked fine without API waiting.
An idea would be to allow Premium users to add their personal Client ID through the settings so it so it can use their personal 'Spotify App' which is very easy to create