audacious-plugin-rpc
audacious-plugin-rpc copied to clipboard
Discord Rich Presence plugin for the Audacious music player.
audacious-plugin-rpc
A Discord Rich Presence plugin for the Audacious music player!
Usage
- Download the current release from the releases page.
- Extract
libaudacious-plugin-rpc.sointo the folder/usr/lib/audacious/General/. - Open Audacious, go to Settings > Plugins and enable the
Discord RPCplugin.
Screenshots

Compilation
- Clone the repository.
- Compile and install the plugin:
mkdir build
cd build
cmake ..
make install