Jonas van den Berg
Jonas van den Berg
This is happening since I implemented AppleScript automation and it's freezing because the [function that is supposed to provide the current automation state](https://developer.apple.com/documentation/coreservices/3025784-aedeterminepermissiontoautomatet?language=objc) decides to freeze when the user is...
I've implemented this in version [2.3.1](https://github.com/ungive/discord-music-presence/releases/tag/v2.3.1) as described above, but this version comes with all media detection fixed and does not use automation by default anymore. You can still switch...
Can you send a screenshot of what it should look like? Preferrably with both "Listening to" and "Playing" variants, if deadbeef supports it. Thanks!
Thank you, I'll add a switch for it in the next version
Implemented in version [2.3.1](https://github.com/ungive/discord-music-presence/releases/tag/v2.3.1)
For anyone in a pinch, you can export bookmarks like this: - Install e.g. "Save Locally": https://github.com/MateusRodCosta/SaveLocally - Select all bookmarks you want to export (you'll have to repeat these...
> But to answer what is going on Discord seems to be phasing out buttons for normal activities and only wants to keep them for games one can only assume...
I've found a solution to load the MediaRemote framework on macOS 15.4 and above without disabling SIP, without any external dependencies and without forfeiting any MediaRemote functionality: https://github.com/ungive/mediaremote-adapter This works...
On a side note, consider giving the repository a ⭐, for the case when Apple finds it and possibly reads the note at the top of the [README](https://github.com/ungive/mediaremote-adapter#readme). They might...
This is both a suggestion to add a helper, but also a bug report, since tab stops are not URL-encoded by `httplib::detail::encode_url` when present in the path (which I think...