Posts: 72
Joined: Jan 2023
Reputation:
14
Unfortunately, Spotify have removed the username/password authentication mode that the Kodi Spotify plugin uses. This also affects librespot which the Kodi plugin depends on (see librespot-org#1308). So my first attempt at a fix involves the zeroconf authentication mode supported by librespot. I can get this to work in a pretty clunky way. It involves using another Spotify app on your network (either mobile or desktop) signing in the Kodi spotify plugin. So far, by doing a few things manually, this seems to work. I am still testing. I'll keep you posted.
Posts: 8
Joined: Mar 2016
Reputation:
0
Thx glk1001, but i have the same issue liek Publish3r on my Kodi (Raspi, LibreELEC)
Posts: 93
Joined: Aug 2017
Reputation:
4
It's working now. Thank you.
Posts: 8
Joined: Mar 2016
Reputation:
0
many many thx for your effort and my junior is now really happy again and can listen to his sound & stories :-)
Posts: 72
Joined: Jan 2023
Reputation:
14
Thanks for testing. I've updated the download site so plugin.audio.spotify-1.3.10.zip now has the plugin that is good.
Posts: 14
Joined: Sep 2019
Reputation:
1
0rphu
Junior Member
Posts: 14
Further observations running on raspberry pi 3b+:
I'm able to get longer play times, occasionally when switching to wifi. The poorer the reception, the better. It seem the main issue is bottle returning 200 OK with an empty body. This is usually when the stream ends. When connection is poor, it will throw an additional warning and actually retries and receives the data. I have no hard evidence, but I guess it's the bottle with wsgiref being too slow for all the heads and gets the player does on the stream.
Posts: 72
Joined: Jan 2023
Reputation:
14
I've uploaded a "plugin.audio.spotify-1.3.10-test.zip" that might be worth trying. Let me know if it works.