Skip to content

Conversation

@eladyn
Copy link
Member

@eladyn eladyn commented Nov 9, 2025

Fixes #1373
This updates librespot to the git version, which fixes the newest playback issue. I'm not sure yet, if I should create a release with the fix or wait until the next release is published.

For prebuilt binaries, see https://github.com/eladyn/spotifyd/actions/runs/19212824739.

@fallingcats
Copy link
Contributor

This updates librespot to the git version, which fixes the newest playback issue. I'm not sure yet, if I should create a release with the fix or wait until the next release is published.

For my part, a non-working release is strictly worse than a beta-quality release. I wouldn't wait.

@repparw
Copy link

repparw commented Nov 10, 2025

librespot seems to have the new v0.8.0 tag set

@Cybolord
Copy link

Thank you so much for the precompiled binaries! = trying to use it on Raspbian Trixie on Pi2b (ARMv7) but:

> ./spotifyd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Any clues?

@TryCoffee
Copy link

Thank you so much for the precompiled binaries! = trying to use it on Raspbian Trixie on Pi2b (ARMv7) but:

> ./spotifyd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Any clues?

download binary openssl packages from Impish builds

wget http://ports.ubuntu.com/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2_arm64.deb
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2_arm64.deb
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb

install downloaded binary packages

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb
sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2_arm64.deb
sudo dpkg -i openssl_1.1.1f-1ubuntu2_arm64.deb

@Cybolord
Copy link

Cybolord commented Nov 13, 2025

@TryCoffee thanks for the guidance but RPi2b is 32bit architecture: are there any armv7 libs available?

EDIT: found "armhf" - will try, thx again

EDIT: great job! after following the dpkg installation order everything is working like a charme - thanks again!

@eladyn eladyn mentioned this pull request Nov 13, 2025
5 tasks
@eladyn eladyn force-pushed the master branch 2 times, most recently from 10354fa to c5b9436 Compare November 19, 2025 02:01
@eladyn eladyn merged commit c5b9436 into Spotifyd:master Nov 19, 2025
8 checks passed
@Tsjippy
Copy link

Tsjippy commented Nov 19, 2025

Fixes #1373 This updates librespot to the git version, which fixes the newest playback issue. I'm not sure yet, if I should create a release with the fix or wait until the next release is published.

For prebuilt binaries, see https://github.com/eladyn/spotifyd/actions/runs/19212824739.

Thanks for this, however I don't seem to see the files on the link mentioned

@eladyn
Copy link
Member Author

eladyn commented Nov 19, 2025

Oh, GitHub probably deletes those after a certain amount of time. You can now use those from the release however. :)

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

Successfully merging this pull request may close these issues.

Fail to play tracks (again)

6 participants