mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-14 22:37:07 +00:00
No description
discordRichPresencePlex.py | ||
LICENSE | ||
README.md |
Discord Rich Presence for Plex
A Python script that displays your Plex status on Discord using Rich Presence.
Requirements
- Python 3.6.4+
- 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 toTrue
if the above is a X-Plex-Token - Line 86:
listenForUser
- Your username, leave it blank if it's the same asplexUsername
License
This project is licensed under the MIT License. See the LICENSE file for details.