Nekotekina / audacious-plugin-rpc

Discord Rich Presence plugin for the Audacious music player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/x86_64-linux-gnu/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. Clone Discord's discord-rpc repository.
  3. Compile the discord-rpc library using the CMake steps found in the discord-rpc README.
  4. Copy libdiscord-rpc.a into the audacious-plugin-rpc folder.
  5. Compile and install the plugin:
cd build
cmake ..
make install

About

Discord Rich Presence plugin for the Audacious music player.


Languages

Language:C++ 55.1%Language:C 37.4%Language:CMake 7.5%