Henrik Friedrichsen
Henrik Friedrichsen
Sorry, currently moving to a different place, so super busy at the moment.. hope to have a look at this soon.
I would really like to merge this, but I think we should fix the souvlaki implementation first as @Bettehem said, so we can avoid having duplicate MPRIS logic in the...
I like the idea, however I'm not sure but I don't think the Spotify web API exposes the lyrics, which would be a requirement, especially if we want to display...
So I tested `viuer` and while it works nicely as a replacement for drawing it doesn't have an API to clear the drawn image, which is kind of a bummer...
Thanks to everyone for investigating this. Does anyone happen to have some logs while this is happening? They could give an indication on whether it's happening during track preload, an...
https://github.com/librespot-org/librespot/pull/1129 -- this change could actually be interesting
I've also experienced this, but like you said it's really hard to track down. Sometimes it resolves itself after waiting for a long time. It seems to be related to...
Yeah the timeout approach is definitely more of a workaround, my gut feeling tells me it somehow gets stuck when it's trying to connect/create a new session, thus the message...
Sorry for the delayed responses/reactions. > The way I understand this is that when main is async, all the code in the project is ran on the runtime. Yeah makes...
Nice! ``` frame #9: 0x000055a4d8dd98f7 ncspot`ncspot::spotify::Spotify::new::h57b3aa548975f93a(events=, credentials=, cfg=Arc @ 0x00007ffd1b623428) at spotify.rs:72:24 ``` Do those line numbers apply to `main`? That's where the `Spotify` struct is instantiated and before the...