A Discord Rich Presence plugin for the Audacious music player!
A Last.FM api key, which you can get here.
- 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. - Go to settings, and enable the album art option if you want to see the album art in your Discord status.
- Clone the repository.
- Compile and install the plugin:
mkdir build
cd build
cmake ..
make install