Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 860 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 860 Bytes

discord-mpc-presence

This is a small python script that sets your locally running discord's Rich Presence to whatever you are playing on your MPC media player. You can also run setup.ps1 on powershell as admin (Required for creating startup task).

pypresence

Playback Icons by Sumberrejeki

Things to set up before you start using this

On MPC-HC

Goto Options (O) -> WebInterface -> ✔ Listen on Port. Default port 13579. Change accordingly on main.py for any other.

Python

  • Make sure you have Python3 installed.
  • Install all the required packages by running this command from project root
  pip install -r requirements.txt