From 28752c83f386504b1de985d229db10f23136e910 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 22 Feb 2024 17:28:01 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3e2d23e..583e6c6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # DiscordMediaRichPresence ## Usage -`DiscordMediaRP.exe -d [-l Debug]` +`DiscordMediaRP.exe [-d ] [-l Debug]` -Your Application should have 5 Assets: -- cat -- play -- pause -- stop -- music +If you omit the ApplicationKey as argument, you need to use a `config.json`: +```json +{ + "DiscordKey": "", + "UseSpotify": false, + "WebbrowserIgnoreSites": [ + "Youtube", + "Reddit" + ] +} +``` + +Your Discord-Application should have 5 Assets: +* cat +* play +* pause +* stop +* music ![image](https://github.com/C9Glax/DiscordMediaRichPresence/assets/13404778/f28c1c4a-8297-4d99-a0ec-0538ffdd427b)