1
0
Go to file
2024-02-22 17:28:01 +01:00
.idea/.idea.DiscordMediaRP/.idea Working 2024-02-22 02:46:19 +01:00
DiscordMediaRP Added Config File 2024-02-22 17:25:13 +01:00
.gitignore Working 2024-02-22 02:46:19 +01:00
DiscordMediaRP.sln Working 2024-02-22 02:46:19 +01:00
LICENSE Initial commit 2024-02-22 02:45:40 +01:00
README.md Update README.md 2024-02-22 17:28:01 +01:00

DiscordMediaRichPresence

Usage

DiscordMediaRP.exe [-d <Your ApplicationKey>] [-l Debug]

If you omit the ApplicationKey as argument, you need to use a config.json:

{
  "DiscordKey": "<Your ApplicationKey>",
  "UseSpotify": false,
  "WebbrowserIgnoreSites": [
    "Youtube",
    "Reddit"
  ]
}

Your Discord-Application should have 5 Assets:

  • cat
  • play
  • pause
  • stop
  • music

image