Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 834 Bytes

File metadata and controls

25 lines (21 loc) · 834 Bytes

audacious-plugin-rpc

A Discord Rich Presence plugin for the Audacious music player!

Requirements

A Last.FM api key, which you can get here.

Usage

  1. Download the current release from the releases page.
  2. Extract libaudacious-plugin-rpc.so into the folder /usr/lib/audacious/General/.
  3. Open Audacious, go to Settings > Plugins and enable the Discord RPC plugin.
  4. Go to settings, and enable the album art option if you want to see the album art in your Discord status.

Screenshots

Screenshot 1 Screenshot 2

Compilation

  1. Clone the repository.
  2. Compile and install the plugin:
mkdir build
cd build
cmake ..
make install