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: 20 days ago
JSON representation
Discord Rich Presence plugin for the Audacious music player.
- Host: GitHub
- URL: https://github.com/darktohka/audacious-plugin-rpc
- Owner: darktohka
- Created: 2018-09-08T01:56:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:11:02.000Z (over 2 years ago)
- Last Synced: 2024-11-01T18:37:08.220Z (6 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 48
- Watchers: 4
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-discord-activities - audacious-plugin-rpc - Discord Rich Presence plugin for the [Audacious](https://audacious-media-player.org) music player! (Music)
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

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