Skip to content

A Rhythmbox plugin that shows what you're listening to on Discord, written in C++.

Notifications You must be signed in to change notification settings

V3L0C1T13S/rhythmbox-discord-rpc

Repository files navigation

Rhythmbox Discord RPC

Shows the music you're listening to in Rhythmbox on Discord.

Features

  • Album art displayed in Discord
  • Fast, like, really fast

Screenshot_20241225_005155

Building

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.

About

A Rhythmbox plugin that shows what you're listening to on Discord, written in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published