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: 16 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:11:02.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:11:13.581Z (4 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 46
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
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
![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
```