Display the music you're listening to on Rhythmbox in Discord
- Configure Meson
meson setup build- Compile
ninja -C buildManual installation is required as of now. To install the plugin, run the following command:
cp -r build /usr/lib/rhythmbox/plugins/rhythmbox-discordOr 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-discordNote 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.