1
0

Update README.md

This commit is contained in:
glax 2024-02-22 17:28:01 +01:00
parent 4ce20fff51
commit 28752c83f3

View File

@ -1,13 +1,25 @@
# DiscordMediaRichPresence # DiscordMediaRichPresence
## Usage ## Usage
`DiscordMediaRP.exe -d <Your AppliocationKey> [-l Debug]` `DiscordMediaRP.exe [-d <Your ApplicationKey>] [-l Debug]`
Your Application should have 5 Assets: If you omit the ApplicationKey as argument, you need to use a `config.json`:
- cat ```json
- play {
- pause "DiscordKey": "<Your ApplicationKey>",
- stop "UseSpotify": false,
- music "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) ![image](https://github.com/C9Glax/DiscordMediaRichPresence/assets/13404778/f28c1c4a-8297-4d99-a0ec-0538ffdd427b)