Replies: 1 comment 11 replies
-
|
You could just fork Raspotify and point to the librespot dev branch in the build script and make whatever changes you need elsewhere. I have no plans on doing Raspotify-dev |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project (PaperPi) that depends on SpoCon/librespot-java which has a built-in ability to pull now-playing information and album art.
Something has gone off the rails with regards to the Java version and the latest version of Bullseye. Local builds fail and SpoCon (which provides a tidy debian package) crashes on play.
After some coaching from @JasonLG1979, I built the dev branch of librespot and used the onevent sample script to get pretty much everything I need.
I've installed raspotify and then just plunked in the newly built dev version of librespot into
/usr/bin/and tested it out. It works perfect for my needs, but it is rather a round-about way of doing this. The one caveat is that the config file needs to have an explicityLIBRESPOT_AUTOPLAY=ondirective for the service to start properly.Is there a possibility to build raspotify-dev against librespot-dev?
Beta Was this translation helpful? Give feedback.
All reactions