Henrik Friedrichsen
Henrik Friedrichsen
@ThomasFrans Sounds appropriate to me. `Spotify` is responsible for updating the volume in the Librespot player (which is hosted by the `Worker`). So if things in the player change (including...
So we do handle `SIGTERM` and `SIGHUP` to save the state when ncspot is being terminated. I wonder if there's another signal involved for system shutdown, ~maybe `SIGKILL`~? Edit: Forgot...
I have to say I still don't understand why this is necessary :thinking: Normally this shouldn't be needed, as I'd assume that ncspot would either receive a `SIGTERM` or `SIGHUP`...
Hmm, odd. Do you happen to know what has changed? Did it work fine with ncspot 0.11.2 before? Did the snap update? Any PulseAudio changes on Ubuntu's side?
Does the same happen if you build it yourself using Cargo or with the binary from the release page? There are some issues/PRs for the Snap related to PulseAudio: -...
I'd need a debug log. Are you using PulseAudio? Could it be that you can't access the PulseAudio session via SSH?
Would also be cool if field names could be specified, i.e. to fit into a certain log structure, which would be necessary to make logs searchable/indexable. The example below would...
Our usecase is to follow company-wide log formats so that log lines are indexed properly. Being able to select and naming fields would be nice (as outlined in https://github.com/apollographql/router/issues/3226#issuecomment-1606915924), as...
Gave this a try for the last release, let me know what you think :)
A new version of rspotify was released. I updated the one in `main` branch yesterday. Does it fix your problems?