Skip to content

feat(DiscordRPC): add support for targeting a specific Discord instance#241

Merged
Inrixia merged 1 commit into
Inrixia:masterfrom
zeedif:feat/discordrpc-pipe-select
Jul 14, 2026
Merged

feat(DiscordRPC): add support for targeting a specific Discord instance#241
Inrixia merged 1 commit into
Inrixia:masterfrom
zeedif:feat/discordrpc-pipe-select

Conversation

@zeedif

@zeedif zeedif commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Replaces #223 (closing that one — its branch got tangled up during a rebase attempt and picked up a bunch of unrelated commits). Same feature, rebased cleanly on current master as a single commit, with all of review feedback from the original PR applied.

Adds support for targeting a specific Discord instance (Stable/PTB/Canary) for the Rich Presence. Useful if you run multiple Discord clients at once (e.g. Stable + PTB under different accounts) and want to control which one gets the Tidal activity instead of just whichever client happened to open first.

…ce (PTB/Canary)

Scans the OS pipe/temp directory to detect which Discord IPC sockets
(discord-ipc-x) are currently open. If only one client is running the
plugin connects automatically as before; if two or more are detected,
a dropdown lets you pick which instance receives the Rich Presence,
with automatic fallback to the lowest available pipe if the selected
one closes.
@Inrixia Inrixia merged commit 70d49a8 into Inrixia:master Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants