Open copykatze opened 2 months ago
Having the same issue hoping it got resolved. Trying a fresh install, edited the raveberry.yaml file ("true" for spotify). The installation fails at installing Spotify dependencies "no package matching 'modidy-spotify' is available" Web interface does not load.
Hi, I tried to install the raveberry from scratch (latest raspian lite on a pi3), but the system install fails with
fatal: [localhost]: FAILED! => {"changed": false, "msg": "No package matching 'mopidy-spotify' is available"}
I tried installing mopidy-spotify via pip with
$ sudo python3 -m pip install Mopidy-Spotify
but that did not work, because libspotify is gone:
I found that there have been some recent developments with the mopidy-spotify plugin (https://github.com/mopidy/mopidy-spotify/issues/394) and I installed the latest version:
but in the ravebrerry settings I get
"Please configure spotify during installation to use this feature"
- which I did of course.I also tried flashing an old image and updating it to the latest version of raveberry, hoping the old plugin would still work enough for spotify device playback, and installing mopidy-spotify via pip on this system gives me:
but in the ravebrerry settings I also get
"Please configure spotify during installation to use this feature"
Are there any known options to get raveberry working with spotify these days (with device playback or any other way)? It would be awesome to get something working for tomorrow night, so any hints or even dirty hacks appreciated 8)
Thanks and cheers!