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 14:
plexServerName
- Name of the Plex Media Server to connect to - Line 15:
plexUsername
- Username of the account the server is signed in as - Line 16:
plexPasswordOrToken
- Password or a X-Plex-Token associated with the above account - Line 17:
usingToken
- Set this toTrue
if the above is a X-Plex-Token - Line 18:
listenForUser
- Your username, leave it blank if it's the same asplexUsername
- Line 19:
extraLogging
- Set this toTrue
if you want the program to output more information
License
This project is licensed under the MIT License. See the LICENSE file for details.