This is a simple Python script that displays whatever you're listening to in the Clementine as your "Now Playing" status in Discord.
This has been tested on Ubuntu 18.04 with Python 3.6, Clementine 1.3.1, and the standalone Discord client 0.0.9.
It requires the pypresence
and dbus-python
Python modules.
- Install
pypresence
anddbus-python
, if you don't have them alreadypip install -r requirements.txt
- Start Discord
- Start Clementine
- Run
./clementine_discord.py
That's all there is to it. It will quietly run in the background and update your status in Discord every 15 seconds.
Feel free to open an issue or if you have any success or failure stories on other platforms.