A Discord Rich Presence plugin for the Audacious music player!
NOTE: This project is still using the old Discord RPC framework. Please use a modern fork to unlock new functionality, including the listening progress bar.
- 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