Shows the music you're listening to in Rhythmbox on Discord.
- Album art displayed in Discord
- Fast, like, really fast
Make sure to recurse submodules when cloning.
Ensure you install these dependencies:
- meson
- ninja
- curl
- libpeas
- rhythmbox
- openssl
Note for Nix users: this repository already comes with a default.nix - if you use Nix, simply run nix-shell
to get a working dev environment.
Then run the following commands:
meson setup build
ninja -C build
Once the project has been built, copy the plugin files into your Rhythmbox plugins directory:
cp ./build/librb-discord.so ~/.local/share/rhythmbox/plugins/librb-discord.so
cp rhythmbox-discord-v2.plugin ~/.local/share/rhythmbox/plugins/rhythmbox-discord-v2.plugin
Now open Rhythmbox's preferences, and enable the plugin inside the Plugins tab.