itytophile

Results 6 comments of itytophile

I've investigated the problem. It seems to me that to have access to the Windows media controls we need to have a "handle to a window" (HWND). Unfortunately ncspot is...

To have a `MediaControl` instance (`controls` in your example) you have to provide a `PlatformConfig` that needs a HWND (https://docs.rs/souvlaki/latest/souvlaki/struct.MediaControls.html#method.new). On Windows it is required as you can see in...

@jacksongoode I already have media control on my linux desktop (GNOME) and I thought that the feature was available on macOS. I don't have an apple device to test that...

Hi, thank you for reporting this. There should be a console opened with RAB. Do you see interesting error messages on it? If not, I think there are some problems...

The ui code is now splitted into "pages" in src/ui_iced/

Thanks for your answers. Yesterday, I made a wrapper struct to implement the `Display` trait just like @yusdacra 's example and that worked. But using an `Arc` to avoid the...