Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/darktohka/audacious-plugin-rpc

Discord Rich Presence plugin for the Audacious music player.
https://github.com/darktohka/audacious-plugin-rpc

Last synced: 4 months ago
JSON representation

Discord Rich Presence plugin for the Audacious music player.

Lists

README

        

# audacious-plugin-rpc
A Discord Rich Presence plugin for the Audacious music player!

# Usage
1. Download the current release from the [releases page](https://github.com/darktohka/audacious-plugin-rpc/releases).
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](https://i.imgur.com/fmSBkpt.png)
![Screenshot 2](https://i.imgur.com/INHK64d.png)

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