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

Playing songs with spotify connect #523

Open
Ivaneres opened this issue Mar 28, 2019 · 8 comments
Open

Playing songs with spotify connect #523

Ivaneres opened this issue Mar 28, 2019 · 8 comments

Comments

@Ivaneres
Copy link

It is currently not possible to start playing a different song when another is already playing when using Spotify connect; instead it must first be added to the song queue and the currently playing song skipped.

My apologies if this has already been pointed out.

@kingosticks
Copy link
Member

This is a bug in librespot that's since been fixed but we are still shipping the old, bugger verison. I need to update librespot. Thanks for the reminder.

@fiid
Copy link

fiid commented Apr 5, 2019

I fixed this on my MusicBox like this... commands in terminal...

ssh root@musicbox.local
[default pw is musicbox]

curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify jessie main' | sudo tee /etc/apt/sources.list.d/raspotify.list
apt-get update
apt-get -y install raspotify
rm /opt/librespot/librespot
ln -s /usr/bin/librespot /opt/librespot/librespot
reboot

@ghost
Copy link

ghost commented May 19, 2019

My workaround for this is to click the connect to device button on PC, choose this computer, start playing the song you want, then switch back to the device. ("listening on MusicBox") However when I get some time I'll probably use @fiid 's solution, thanks!

@Clayzway
Copy link

I fixed this on my MusicBox like this... commands in terminal...

ssh root@musicbox.local
[default pw is musicbox]

curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify jessie main' | sudo tee /etc/apt/sources.list.d/raspotify.list
apt-get update
apt-get -y install raspotify
rm /opt/librespot/librespot
ln -s /usr/bin/librespot /opt/librespot/librespot
reboot

hero!

@pakocg
Copy link

pakocg commented May 31, 2019

I fixed this on my MusicBox like this... commands in terminal...

ssh root@musicbox.local
[default pw is musicbox]

curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify jessie main' | sudo tee /etc/apt/sources.list.d/raspotify.list
apt-get update
apt-get -y install raspotify
rm /opt/librespot/librespot
ln -s /usr/bin/librespot /opt/librespot/librespot
reboot

Thank you very much, it worked for me also :))

@fiid
Copy link

fiid commented Jun 28, 2019

Glad it's working!! 👍

Note you can re-run the two apt-get commands to upgrade raspotify if anything gets funky in the future.

@sweets9
Copy link

sweets9 commented Apr 28, 2020

I am having trouble with spotify connect where the player appears in list but spotify cannot connect. Is this fix still working? I noticed that some sources are 404'ing now although raspotify installs OK.

Anyone able to help? Thanks!

log.txt

Update: streaming works fine from a windows spotify client, just doesnt work on Android.

@HBoardman
Copy link

I fixed this on my MusicBox like this... commands in terminal...

ssh root@musicbox.local
[default pw is musicbox]

curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify jessie main' | sudo tee /etc/apt/sources.list.d/raspotify.list
apt-get update
apt-get -y install raspotify
rm /opt/librespot/librespot
ln -s /usr/bin/librespot /opt/librespot/librespot
reboot

Worked for me, absolute saviour.

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

7 participants