Skip to content

Discord Rich Presence plugin for the Audacious music player.

Notifications You must be signed in to change notification settings

darktohka/audacious-plugin-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audacious-plugin-rpc

A Discord Rich Presence plugin for the Audacious music player!

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.

Screenshots

Screenshot 1 Screenshot 2

Compilation

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