kiwitea / phoniebox_installation

documenting building my phoniebox
0 stars 0 forks source link

spotify is broken due to auth issues #1

Open kiwitea opened 4 weeks ago

kiwitea commented 4 weeks ago

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.

kiwitea commented 6 days ago

Fixed with alpha versions for now.

  1. Installed alpha-version 0.14.0-alpha.1-1 of gst-plugin-spotify from

  2. 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
  1. Remove username and password from /etc/mopidy/mopidy.conf in section [spotify]

  2. Update Client ID and secret for mopidy

  3. Generate access token for spotify

As soon as possible I need to update to lateste stable versions.