/rhythmbox-discord-rpc

Show the music you're listening to on Discord

Primary LanguageCGNU General Public License v2.0GPL-2.0

Rhythmbox Discord RPC

Display the music you're listening to on Rhythmbox in Discord

image

Building

  1. Configure Meson
meson setup build
  1. Compile
ninja -C build

Installing

Manual installation is required as of now. To install the plugin, run the following command:

cp -r build /usr/lib/rhythmbox/plugins/rhythmbox-discord

Or use a symlink if you're going to frequently modify your build, and don't mind the slightly reduced security:

ln -s $PWD/build /usr/lib/rhythmbox/plugins/rhythmbox-discord

Note that your Rhythmbox installation location may vary based on distribution. If your install location is different from /usr/lib, please create an issue and specify your distribution so it can be added to the list.