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/audacious/General/
. - Open Audacious, go to Settings > Plugins and enable the
Discord RPC
plugin.
- Clone the repository.
- Compile and install the plugin:
mkdir build
cd build
cmake ..
make install