Skip to content

Discord Rich Presence plugin for the Audacious music player. ( modified mostly by people with no c++ experience )

Notifications You must be signed in to change notification settings

crackheadakira/audacious-plugin-rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Discord Rich Presence plugin for the Audacious music player. ( modified mostly by people with no c++ experience )

Resources

Stars

Watchers

Forks

Languages

  • C++ 99.9%
  • CMake 0.1%