Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v3l0c1t13s/rhythmbox-discord-rpc
Show the music you're listening to on Discord
https://github.com/v3l0c1t13s/rhythmbox-discord-rpc
discord rhythmbox rhythmbox-plugin
Last synced: 1 day ago
JSON representation
Show the music you're listening to on Discord
- Host: GitHub
- URL: https://github.com/v3l0c1t13s/rhythmbox-discord-rpc
- Owner: V3L0C1T13S
- License: gpl-2.0
- Created: 2024-02-28T05:27:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T23:02:13.000Z (10 months ago)
- Last Synced: 2024-04-18T04:59:33.788Z (8 months ago)
- Topics: discord, rhythmbox, rhythmbox-plugin
- Language: C
- Homepage:
- Size: 7.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rhythmbox Discord RPC
Display the music you're listening to on Rhythmbox in Discord
![image](https://github.com/V3L0C1T13S/rhythmbox-discord-rpc/assets/51764975/2418200e-c2e7-4a51-80e6-1bd6a034a660)
## Building
1. Configure Meson
```sh
meson setup build
```2. Compile
```sh
ninja -C build
```## Installing
Manual installation is required as of now. To install the plugin, run the following command:
```sh
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:
```sh
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.