Updated Discord rich presence for VLC media player.
This is a modified version of the Pigpog/vlc-discord-rpc project, which is no longer being actively maintained. We have updated and enhanced the project by adding new features, such as album and show covers.
- Download the code from this repository, then unzip it.
- Install Node.js.
- Make an application and get your Discord Application ID. The name you choose for the application will be what shows in your status.
- Retrieve your Spotify API key.
- Add both of these values in the
./Storage/config.jsfile under therichPresenceSettingsandspotifyarea. - Open a terminal, move to the folder you downloaded from this repository, and run
npm ithen runnode ..

