[Feature request] Exclude apps from being detected by DRP_Creative #13

Open
opened 2024-01-20 16:06:06 +00:00 by BenjiThatFoxGuy · 2 comments
BenjiThatFoxGuy commented 2024-01-20 16:06:06 +00:00 (Migrated from github.com)

Hello! Some apps already have tools for Rich Presence
i.e. a tool exists for FL Studio + Blender has the Blendpresence addon
I'd love for the tool to have an ability to have an ignore list of programs it should ignore so that it does not spawn a presence, in case someone is using a different integration to handle it for them.
I got this mainly for Substance Painter and now it detects my Blender, and i have dual presences because I have Blendpresence running.
I know I could remove Blendpresence but i like it's display more - displays the mode, rendering etc. (and there's a typo in the default Blender project name.)

Hello! Some apps already have tools for Rich Presence i.e. a tool exists for FL Studio + Blender has the Blendpresence addon I'd love for the tool to have an ability to have an ignore list of programs it should ignore so that it does not spawn a presence, in case someone is using a different integration to handle it for them. I got this mainly for Substance Painter and now it detects my Blender, and i have dual presences because I have Blendpresence running. I know I could remove Blendpresence but i like it's display more - displays the mode, rendering etc. (and there's a typo in the default Blender project name.)
djkato commented 2024-01-20 16:27:29 +00:00 (Migrated from github.com)

Good idea! I don't use windows anymore though, so it might take me time to get around to it again. For now, I wonder what happens if you directly modify your settings toml file so that the keyword list includes blender, and the list mode is in exclude?

keywords_list = ["Blender"]
show_default_when_excluded = false
should_list_include_or_exclude = "Exclude"
Good idea! I don't use windows anymore though, so it might take me time to get around to it again. For now, I wonder what happens if you directly modify your settings toml file so that the keyword list includes blender, and the list mode is in exclude? ```toml keywords_list = ["Blender"] show_default_when_excluded = false should_list_include_or_exclude = "Exclude" ```
djkato commented 2024-01-20 16:29:46 +00:00 (Migrated from github.com)

Or if you know a tiny bit of programming you could just remove Blender from the source codes app list and build it for the meantime. it should be deleting like 7 lines of code

Or if you know a tiny bit of programming you could just remove Blender from the source codes app list and build it for the meantime. it should be deleting like 7 lines of code
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: djkato/DRP_Creative#13
No description provided.