Roderick van Domburg

Results 379 comments of Roderick van Domburg

Do you mean volume in the Spotify UI? Or really that the volume level remains the same? For the former, as far as I know there is no way to...

> Regarding the possibility of reporting volume to Spotify - this should be feasible, as hardware speakers with physical volume controls are able to report their volume changes back to...

Cool. Sketching that out, there'd be two parts to this: 1. Changing the communication between the `player` / `mixer` and `spirc` from function-calling to message-sending over the already existing command...

@Frando new maintainer here and doing some backlog grooming. Would you be so kind to resolve the conflicts, so we can work on getting the build to pass again, and...

My understanding is that this is not actually a leak, but `alsa-rs` caching the ALSA configuration until the process ends. We could flush the cache earlier by calling `alsa::config::update_free_global`. First...

Thanks for proposing it! For completeness sake, I believe ncspot also has MPRIS support: https://github.com/hrkfdn/ncspot Let's entertain some open discussion on why or why not this could belong to librespot,...

I'm thinking it'd be good if we could feature-gate this. So the additional dependencies are optional for anyone not needing MPRIS.

Perfect! Missed that.

> For anyone who finds this PR useful, I've rebased it on the latest dev branch. You can find it here: https://github.com/paulfariello/librespot/tree/mpris. That's great, thanks so much for posting it...

> Hopefully not too out of context for the scope of this PR but if I understood @roderickvd correctly, then moving to the HTTP-based auth mechanism would also enable using...