javalsai

Results 5 issues of javalsai

# Title Fix problem with song covers being corrupt. ## Details Instead of just downloading the cover, it passes it though ffmpeg to ensure the format is jpg. ## Testing...

**Describe the bug** Most of the covers of the songs have `EOI` missing (according to ffprobe), which means that the image is corrupt or didn't finish downloading when being added...

bug

## Checklist - [x] I'm reporting a feature request - [x] I've checked for similar feature requests including closed ones ## Description Support to detect Instagram accounts, I already found...

enhancement

Pretty much what the title says, this would allow to better integrate with currently displaying notifications. It would be useful for example, in my case I want to keymap `.dismiss()`ing...

Using dashmap in an async context has a high risk of accidentally deadlocking by awaiting while holding a reference into the hashmap. Demo Project ### `main.rs` ```rs use std::sync::Arc; use...