Jonas van den Berg
Jonas van den Berg
Progress: - [x] Use the playerctl library to detect media on the system - [x] Successfully compile, run and use Music Presence to share media that is playing on the...
This is nothing big, but when configuring the project with CMake, the source directory is modified, which shows changes to stage in my git status message and in my editor,...
Verifying the websocket server's certificate requires a filename: ```cpp // m_conn is a hv::WebSocketClient hssl_ctx_opt_t param{}; param.endpoint = HSSL_CLIENT; param.verify_peer = 1; param.ca_file = "W:\\path\\to\\cert.pem"; int tls_result = m_conn.withTLS(¶m); ```...
Thanks for this well-designed app! I can control the brightness of the flash light on my phone, but when I switch to SOS mode it says "Light Level: SOS mode",...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The status sometimes has no image (question mark image on...
### Describe the problem Add support for https://cider.sh. For that I need app identifiers for Cider which I can't access because I have not purchased Cider. If you are a...
It would be nice to be able to customize your status in perfect detail by controlling exactly where each piece of information goes, e.g. with the use of format strings....
Music Presence is the missing counterpart to your Spotify "Listening to" status. It shares your listening activity from *any* media player on your device in your Discord status, with full...
**Describe the solution you'd like** I would like to be able to collapse "Direct Messages", just like I am able to collapse custom categories, as if direct messages were a...
Steps to reproduce ------------------ I played a song and observed that it is not showing up in the Windows media control center. It doesn't look like there is a plugin...