Discord Rich Presence for Media Player Classic - Black Edition
Disclaimer: This is a fork of angeloanan/MPC-HC-DiscordRPC updated to work with MPC-BE.
This program simply fetches playback data from MPC-BE Web Interface, makes it look nicer and displays it in your Discord profile through their wonderful Rich Presence.
Please note that it only works with Discord desktop client, not with the website.
- Open Media Player Classic, go to
View > Options > Player > Web Interfaceand enableListen on port:option. The default port is13579, but if you have changed it, please edit theconfig.jsfile after you download the project. - Install
Node.JS(we recommend using the latest version). Optional but better, also installYarn. - Download this project as a .zip file, extract it and open a terminal window in the project directory. Otherwise, if you have Git installed, run:
git clone https://github.com/Der-Eddy/MPC-BE-DiscordRPC && cd MPC-BE-DiscordRPC- Install dependencies using:
npm i && npm i -g foreverIf you prefer using Yarn, run:
yarn && yarn global add forever- Start the program using:
forever start -s .or via
node index.jsNow you can close the terminal.
And voilà! It will now show in your Discord profile what you're watching/listening to on MPC-BE. Enjoy.
-
Navigate to the directory where did you cloned / downloaded this project.
-
Stop the program using:
forever stop .- Update this project by redownloading this project as a .zip file and replacing the old files. Otherwise, if you have Git installed, run:
git pull- Start the program again using:
forever start -s .Now you may close the terminal. The project is fully up to date!

