Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spotify Connect: Volume changed in spotify app is reset to volume of volumio when track changes #191

Open
rayddorf opened this issue Mar 1, 2023 · 4 comments

Comments

@rayddorf
Copy link

rayddorf commented Mar 1, 2023

No description provided.

@chosten
Copy link

chosten commented Mar 12, 2023

When updating the volume in the Spotify app it does not update the volume in volumio. Probably part of the problem.

@pachulo
Copy link

pachulo commented Dec 4, 2023

This should solve it: #277

@craeckor
Copy link
Contributor

craeckor commented Dec 4, 2023

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:

  1. (Skip this if you already enabled SSH) Go to http://your-volumio.whatsoever/dev and enable SSH
  2. Connect to your volumio over SSH with ssh volumio@your-volumio.whatsoever, Password is volumio
  3. Move into /data/plugins/music_service/spop/ with cd /data/plugins/music_service/spop/
  4. Open install.sh with nano install.sh
  5. Press CTRL + W and type VERSION and press enter
  6. Change 0.0.9 to 0.0.10
  7. Save the file with CTRL + X + Y + Enter
  8. Uninstall spotify with sudo bash uninstall.sh
  9. Install Spotify again with sudo bash install.sh
  10. Go into the plugin-section on your webinterface or just do a full-restart on your volumio
  11. Stop Spotify
  12. Start Spotify again
  13. 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
Copy link

pachulo commented Dec 28, 2023

This is now solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants