Jonas van den Berg

Results 231 comments of Jonas van den Berg

There's a Discord bug where you can't see buttons in your own status but others can. Might be the reason

Afaik games show in both instances because Discord monitors your processes and detects games by itself. With Discord RPC it's the other way round though, DiscordBee has to actively connect...

That's a common thing that happens with many programs, as the uninstaller doesn't know of autostart entries. You can safely leave it enabled, it doesn't do any harm, since the...

Thanks for reminding me of that, I accidentally marked the notification for your comment there as read and forgot about it. I've checked how I enable autostart and it should...

This is implemented now and will be part of version 2.3.1, thanks for reporting!

Implemented in version [2.3.1](https://github.com/ungive/discord-music-presence/releases/tag/v2.3.1), it should now be removed from your startup apps when you uninstall it using the bundled uninstaller.

Thanks for the elaborate write-up! I'll definitely add something like this, but it will require a settings window which I'll have to work on first. But the possibility to blacklist...

One could check if the artist field "contains" the artist you specified, instead of checking for direct matches. But that could get problematic with short artist names, like an artist...

I assume you (or others) would want this for scrobbling too right? That would be something to keep in mind when implementing blacklisting, i.e. not only allowing blacklistin for the...

Filtering out certain tracks will be part of the upcoming scrobbling implementation! See #365 Refer to that issue for my initial idea on how to implement blacklisting of tracks, specifically...