volumio / volumio-plugins-sources

Volumio plugins source code for Volumio 3
43 stars 242 forks source link

Spotify: Queue not working #318

Open MaTr74 opened 4 months ago

MaTr74 commented 4 months ago

Device: Integro System-Version: 3.6.29 Plugin: Spotify 4.04

Hi,

When I add a title to the queue, this title does not appear in the queue.

I think, that's a generally problem, because there are several reports in the volumio community forum, e. g. https://community.volumio.com/t/new-2023-spotify-plugin/63381/14?u=supric

Kind regards, Martin

volumio commented 4 months ago

Can you explain more? Where do you add to queue? Where you want to see reflected? (spotify app or volumio?)

MaTr74 commented 4 months ago

Hi,

I'm playing via spotify app any song and can see the queue is filled: image

Then I add another song to the queue: image

This action is confirmed by spotify: image

When I open the queue again, the recently added song doesn't appear: image

If I do the same with another spotify device, no volumio device, then the new song appears in the queue: image

Martin

mllrmnn commented 3 months ago

I have the same problem with System Version: 3.661 Plugin Version: 4.0.4

Problem occurs with iOS and Android devices and also via the Spotify Web-UI.

I am NOT authorized with my Spotify Account in the plugin settings, because I need the Support for multiple Users.

TheoMathurin commented 3 months ago

I experience the same issue. I'm also using Volumio 3.661 / Spotify plugin 4.0.4.

craeckor commented 3 months ago

Here is a fix since Volume didn't pulled the fix yet:

  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.10 to 0.0.14
  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

This issue should be fixed now.

MaTr74 commented 3 months ago

It's working like a charme! Thanks very much!