mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-22 01:23:02 +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 89:
plexServerName
- Name of the Plex Media Server to connect to - Line 90:
plexUsername
- Username of the account the server is signed in as - Line 91:
plexPasswordOrToken
- Password or a X-Plex-Token associated with the above account - Line 92:
usingToken
- Set this toTrue
if the above is a X-Plex-Token - Line 93:
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.