A completely rewritten Spotify client based on:
- Python3
- Kodi 20 Nexus
- Librespot for playback
- spotipy
- uses an opensource external service for handling OAuth with a simple short code, see https://github.com/g3rb3n/oauth-code-server
git clone https://github.com/g3rb3n/plugin.audio.spotify2.git copy the directory to .kodi/addons/
-
Click CREATE AN APP
-
Fill in app name
-
Copy client id and secret
-
Click Edit settings
-
Enter https://kodi.g3rb3n.online/i/callback in Redirect URIs
-
Click Add
-
Click Save
Clone https://github.com/g3rb3n/oauth-code-server and set it up on your own server. Fill in your own service url at settings.py / settings.json or in the addon settings in the kodi interface.
You can also use the service at https://kodi.g3rb3n.online/1/
Create an issue in Github.