discord-rich-presence-plex/README.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2018-02-14 18:50:41 +00:00
# Discord Rich Presence for Plex
2018-02-14 18:52:01 +00:00
A Python script that displays your [Plex](https://www.plex.tv) status on [Discord](https://discordapp.com) using [Rich Presence](https://discordapp.com/developers/docs/rich-presence/how-to).
2018-02-14 18:50:41 +00:00
## Requirements
* [Python 3.6.4+](https://www.python.org/downloads)
* [plexapi](https://github.com/pkkid/python-plexapi)
* The script must be running on the same machine as the Discord client.
## Variables
You will have to change the following variables in `discordRichPresencePlex.py`:
* Line 82: `plexServerName` - Name of the Plex Media Server to connect to
* Line 83: `plexUsername` - Username of the account the server is signed in as
* Line 84: `plexPasswordOrToken` - Password or a X-Plex-Token associated with the above account
* Line 85: `usingToken` - Set this to `True` if the above is a X-Plex-Token
* Line 86: `listenForUser` - Your username, leave blank if it's the same as `plexUsername`
2018-02-14 20:21:51 +00:00
## License
This probject is licensed under the MIT License. See the [LICENSE](https://github.com/phin05/discord-rich-presence-plex/blob/master/LICENSE) file for details.