Felix Prillwitz

Results 14 issues of Felix Prillwitz

As mentioned in https://github.com/librespot-org/librespot/pull/1344, it is quite a hassle to figure out how to test or adjust librespot to work on other platforms, like on mobile. By moving the `OS`...

As suggested from @roderickvd a draft PR so i can have some community feedback and give now and then updates on the progress. The replacement is in a working state,...

This PR tries to address the high idle cpu usage discussed in #1500. By closing the sink when not in use and opening it when streaming, the idle CPU usage...

This should address the possible panic found in #1478 by exposing the errors that might occur while opening a device. The binary will now exit when it encounters an issue...

- pop page after it was used, otherwise we might run into an error that doesn't exist - become active when play is requested, otherwise we are playing but it...

**Describe the solution you'd like** As described in https://github.com/librespot-org/librespot/pull/1467#issuecomment-2779639931, the idea would be that Symphonia probes which format a given track has (only when the related feature is enabled) and...

enhancement

**Is your feature request related to a problem? Please describe.** Currently you need to use the api to add an item to the queue even when we are the active...

enhancement

**Is your feature request related to a problem? Please describe.** When implementing `librespot` as client (mostly GUI related) and not being the active connect device, there isn't any option to...

enhancement

I think this is in a reviewable state now, where we can discuss over the details. The idea behind the release flow is described in `PUBLISHING.md`. But broken down, there...

- adds a method to invoke the `transfer` endpoint of `spclient` - adds a method to `spirc` to easily transfer the playback to ourselves - prevent commands of `spirc` to...