Open kiwitea opened 4 weeks ago
Fixed with alpha versions for now.
Installed alpha-version 0.14.0-alpha.1-1
of gst-plugin-spotify from
wget https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.14.0-alpha.1-1/gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
sudo dpkg -i gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
Installed alpha version 5.0.0a3
of mopidy-spotify which support auth-token and doesn't requires user/password in config
sudo python3 -m pip install Mopidy-Spotify==5.0.0a3
Remove username and password from /etc/mopidy/mopidy.conf
in section [spotify]
Update Client ID and secret for mopidy
/etc/mopidy/mopidy.conf
in section [spotify]
Generate access token for spotify
sudo nano /var/lib/mopidy/spotify/credentials-cache/credentials.json
As soon as possible I need to update to lateste stable versions.
spotify doesn't support username/password anymore but needs OAuth
fix has been merged into librespot: https://github.com/librespot-org/librespot/pull/1309
now mopidy needs to update. waiting for that.