https://github.com/ruslang02/mpris-dqt-plugin
MPRIS player plugin for DiscordQt.
https://github.com/ruslang02/mpris-dqt-plugin
dbus discord discord-qt mpris mpris2 typescript
Last synced: about 2 months ago
JSON representation
MPRIS player plugin for DiscordQt.
- Host: GitHub
- URL: https://github.com/ruslang02/mpris-dqt-plugin
- Owner: ruslang02
- Created: 2020-10-22T20:10:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T15:24:30.000Z (over 4 years ago)
- Last Synced: 2025-01-13T20:33:47.053Z (3 months ago)
- Topics: dbus, discord, discord-qt, mpris, mpris2, typescript
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPRIS player plugin for [DiscordQt](https://github.com/ruslang02/discord-qt)
Fetches currently playing music in the system using DBus MPRIS interface and streams it into Discord's Rich Presence.
**Available only on Linux!**
**This is not a BetterDiscord plugin, it is designed to work with [DiscordQt](https://github.com/ruslang02/discord-qt)!**

## Install from releases
Download the package from [here](https://github.com/ruslang02/mpris-dqt-plugin/releases/latest) and unpack as a folder at `~/.config/discord-qt/plugins`.
## Build
```bash
cd ~/.config/discord-qt/plugins
git clone https://github.com/ruslang02/mpris-dqt-plugin && cd mpris-dqt-plugin
npm install
npm run build
```Restart your DiscordQt client and the plugin will load automatically.
## Supported players
- Clementine
## License
GPL 3.0## Third-party
- [discord.js](https://github.com/discordjs/discord.js)
- [discord-rpc](https://github.com/discordjs/RPC)
- [dbus-next](https://github.com/dbusjs/node-dbus-next)