TheQwertiest / foo_discord_rich

foobar2000 component for integration with Discord Rich Presence
https://theqwertiest.github.io/foo_discord_rich/
MIT License
405 stars 40 forks source link

Option to not overwrite present status #22

Closed xKevin04 closed 3 years ago

xKevin04 commented 3 years ago

If I'm playing a game and listening to music via foobar2000 at the same time, Rich Presence will always overwrite my game activity. I'd rather have the listen status only show up when there's no other game activity in Discord.

I don't know if it's possible at all via the Discord API, but if constant pinging would be needed to obtain the current status, it would suffice to do it on track change or other manual activity in fb2k.

TheQwertiest commented 3 years ago

Regretfully, Discord API does not provide any way to detect if another Rich Presence is active. I.e. nothing can be done from my end.