-
-
Notifications
You must be signed in to change notification settings - Fork 69
Discord RP
Taiko2k edited this page Oct 6, 2022
·
14 revisions
Discord Rich Presence allows you to show your currently playing track as your Discord game status.
AUR users: Install AUR dependency
python-pypresence
. (Restart Tauon if running after installing)
To enable:
- Go to
MENU
>Settings...
>Function
> Page4
> and tickEnable Discord Rich Presence
.
Note: Status will only be displayed while a track is playing
Make sure Discord is started before Tauon.
Make sure Discord is started before Tauon.
You need to create a certain link. This link will be lost on reboot, but you can set up a service to make it permanent. See Discord/Unsandboxed Applications for details.
Flatpak isn't involved, should just work.
Nixpkgs users: Override the tauon package like this
tauon.override { withDiscordRPC = true; }