Henrik Friedrichsen

Results 115 comments of Henrik Friedrichsen

@ThomasFrans Sorry, completely missed that you already finished working on this. Merging it now, thanks again.

Hi there, there is a `backend_device` config option that should do what you want. The only challenge is to find the device string corresponding to your output device, as they...

It looks like Rodio will list the devices if you pass `"?"` as the device name: https://github.com/librespot-org/librespot/blob/16dbade51665667ecf768f21099afc648e0b0176/playback/src/audio_backend/rodio.rs#L139 You could set `backend_device` to `?` and see if it logs something. Would...

Hooray! I think it's still kind of weird UX-wise but at least it helped you finding your device 😄

It looks like your build is trying to playback via ALSA which is not set up correctly?

Hey @Geal, thanks for the suggestion. > you can add your own subscriber by explicitely passing it to the telemetry plugin: Hmm, I don't see how, could you elaborate? Plugin...

@gyscos Would a PR to integrate this into the Termion `Backend` help?

Hey there, I have added support for category browsing. ![image](https://user-images.githubusercontent.com/19884/185765029-0cbd6358-d478-4cc1-941a-5e5dc2d0b147.png) ![image](https://user-images.githubusercontent.com/19884/185765021-e7bc2ee2-341f-4d6d-b14c-baaf4b209814.png) The featured playlists seemed very generic and I only received around 10 lists, so not very interesting, which is...

Hey! Yeah, the categories are fine. But the featured playlist API (which ncspot doesn't use currently) only returned very few playlists when I tested it, which is why I was...