Spotify Connect: Volume changed in spotify app is reset to volume of volumio when track changes
rayddorf opened this issue · 4 comments
rayddorf commented
Spotify Connect: Volume changed in spotify app is reset to volume of volumio when track changes
chosten commented
When updating the volume in the Spotify app it does not update the volume in volumio. Probably part of the problem.
craeckor commented
Correct, you will find the exact probleme here: devgianlu/go-librespot@c19586d
Now, since Volumio didn't merged my pull request yet, you will find a step by step guide how to manually update your spotify:
- (Skip this if you already enabled SSH) Go to http://your-volumio.whatsoever/dev and enable SSH
- Connect to your volumio over SSH with ssh volumio@your-volumio.whatsoever, Password is volumio
- Move into /data/plugins/music_service/spop/ with cd /data/plugins/music_service/spop/
- Open install.sh with nano install.sh
- Press CTRL + W and type VERSION and press enter
- Change 0.0.9 to 0.0.10
- Save the file with CTRL + X + Y + Enter
- Uninstall spotify with sudo bash uninstall.sh
- Install Spotify again with sudo bash install.sh
- Go into the plugin-section on your webinterface or just do a full-restart on your volumio
- Stop Spotify
- Start Spotify again
- Done
The Volume thing will be fixed but there is another wierd bug which spams your spotify client with network connection errors but you can ignore it, it won't affect your listening experience
pachulo commented
This is now solved.