README tweaks

This commit is contained in:
Phin 2022-08-26 11:18:48 +05:30
parent af0afa35a8
commit 1792552745
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ config.json
cache.json
lint.bat
console.log
Showcase.psd

View file

@ -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.