mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-21 17:13:04 +00:00
README tweaks
This commit is contained in:
parent
af0afa35a8
commit
1792552745
2 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ config.json
|
|||
cache.json
|
||||
lint.bat
|
||||
console.log
|
||||
Showcase.psd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Discord Rich Presence for Plex
|
||||
|
||||
![image](https://user-images.githubusercontent.com/59180111/168054648-af0590fd-9bd7-42d0-91b2-d7974643debd.png)
|
||||
![Showcase](https://user-images.githubusercontent.com/59180111/168054648-af0590fd-9bd7-42d0-91b2-d7974643debd.png)
|
||||
|
||||
A Python script that displays your [Plex](https://www.plex.tv/) status on [Discord](https://discord.com/) using [Rich Presence](https://discord.com/developers/docs/rich-presence/how-to).
|
||||
|
||||
|
@ -103,6 +103,12 @@ During runtime, the following dynamic URL placeholders will get replaced with re
|
|||
}
|
||||
```
|
||||
|
||||
## Configuration - Discord
|
||||
|
||||
The "Display current activity as a status message" setting must be enabled in Discord Settings → Activity Settings → Activity Privacy.
|
||||
|
||||
![Discord Settings](https://user-images.githubusercontent.com/59180111/186830889-35af3895-ece0-4a7d-9efb-f68640116884.png)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
||||
|
|
Loading…
Reference in a new issue