Skip to content

Discord Rich Presence plugin for the Audacious music player.

Notifications You must be signed in to change notification settings

gitlimes/audacious-plugin-rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audacious-plugin-rpc

A Discord Rich Presence plugin for the Audacious music player!

A screenshot of the Discord activity UI (Playing a game). On the left, the Audacious logo, with a play icon in the bottom right. On the right, text spanning across three rows reads: 'Audacious', 'K.K. Stroll - Shiho Fujii', 'Animal Crossing: New Horizons Original Soundtrack 2'

Usage

  1. Download the current release from the releases page.
  2. Extract libaudacious-plugin-rpc.so into one of the following folders, depending on your installation:
    • /usr/lib/audacious/General/,
    • /usr/lib64/audacious/General/,
    • /usr/lib/x86_64-linux-gnu/audacious/General/
    • ...
  3. Open Audacious, go to Settings > Plugins and enable the Discord RPC plugin.

Compilation

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

About

Discord Rich Presence plugin for the Audacious music player.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.4%
  • CMake 21.6%