-
-
Notifications
You must be signed in to change notification settings - Fork 71
Discord RP
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
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.
This should just work. If not see troubleshooting below
Flatpak isn't involved, should just work.
Make sure Discord is running first, then open Tauon after.
If its still not working, try exit both apps, go to /run/user
in your file browser. Do a search (include sub-folders) there for "discord" and delete anything with that in the name. Then start Discord, then start Tauon.
If its still not working, then who knows 🤷
Nixpkgs users: Override the tauon package like this
tauon.override { withDiscordRPC = true; }