diff --git a/.gitignore b/.gitignore index ca4192d..94b2eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ config.json cache.json lint.bat console.log +Showcase.psd diff --git a/README.md b/README.md index 8a8df88..fab7a5c 100644 --- a/README.md +++ b/README.md @@ -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.