1
0
Fork
You've already forked audacious-plugin-rpc
0
Discord Rich Presence plugin for the Audacious music player.
  • C++ 99.9%
  • CMake 0.1%
Find a file
2024年05月04日 10:42:38 +00:00
.github github: Add button 2022年08月12日 20:11:00 +03:00
libs Small cleanups 2022年10月31日 14:26:16 +01:00
.gitignore testing 2022年10月30日 17:27:10 +01:00
audacious-plugin-rpc.cc Reorder Artist & Track Title, Get album art via Album Artist, Broken attempt for album info tooltip 2024年05月03日 22:59:10 +00:00
CMakeLists.txt Add button on Discord RPC 2022年12月25日 19:11:26 +01:00
README.md Sigh, Markdown. 2024年05月04日 10:42:38 +00:00

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

  1. Download the current release.
  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

Coming soon.

Compilation

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

Credits

darktohka
Sturmlilie
UtopicUnicorns
crackheadakira