Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 923 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 923 Bytes

Clementine / Discord Integration

This is a simple Python script that displays whatever you're listening to in the Clementine as your "Now Playing" status in Discord.

Requirements

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.

Usage

  1. Install pypresence and dbus-python, if you don't have them already
    pip install -r requirements.txt   
  2. Start Discord
  3. Start Clementine
  4. 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.

Questions?

Feel free to open an issue or if you have any success or failure stories on other platforms.