-
Notifications
You must be signed in to change notification settings - Fork 489
update librespot to current git version #1374
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
Conversation
For my part, a non-working release is strictly worse than a beta-quality release. I wouldn't wait. |
|
librespot seems to have the new v0.8.0 tag set |
|
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 buildswget http://ports.ubuntu.com/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2_arm64.deb install downloaded binary packagessudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb |
|
@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! |
10354fa to
c5b9436
Compare
Thanks for this, however I don't seem to see the files on the link mentioned |
|
Oh, GitHub probably deletes those after a certain amount of time. You can now use those from the release however. :) |
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.