forked from ridge/audacious-plugin-rpc
Discord Rich Presence plugin for the Audacious music player.
- C++ 99.9%
- CMake 0.1%
| .github | github: Add button | |
| libs | Small cleanups | |
| .gitignore | testing | |
| audacious-plugin-rpc.cc | Reorder Artist & Track Title, Get album art via Album Artist, Broken attempt for album info tooltip | |
| CMakeLists.txt | Add button on Discord RPC | |
| README.md | Sigh, Markdown. | |
audacious-plugin-rpc
A Discord Rich Presence plugin for the Audacious music player!
Requirements
A Last.FM api key, which you can get here.
libaudcore (This is included when installing Audacious on Linux).
Usage
- Download the current release.
- Extract
libaudacious-plugin-rpc.sointo the folder/usr/lib/audacious/General/. - Open Audacious, go to Settings > Plugins and enable the
Discord RPCplugin. - Go to settings, and enable the album art option if you want to see the album art in your Discord status.
Screenshots
Coming soon.
Compilation
- Clone the repository.
- Compile and install the plugin:
mkdir build
cd build
cmake ..
make install