A Discord Rich Presence plugin for the Audacious music player!
- Download the current release from the releases page.
- Extract
libaudacious-plugin-rpc.so
into the folder/usr/lib/x86_64-linux-gnu/audacious/General
. - Open Audacious, go to Settings > Plugins and enable the
Discord RPC
plugin.
- Clone the repository.
- Clone Discord's discord-rpc repository.
- Compile the discord-rpc library using the CMake steps found in the discord-rpc README.
- Copy
libdiscord-rpc.a
into theaudacious-plugin-rpc
folder. - Compile and install the plugin:
cd build
cmake ..
make install