No description
Find a file
2018-03-15 01:38:42 +05:30
discordRichPresencePlex.py Update discordRichPresencePlex.py 2018-03-15 01:38:42 +05:30
LICENSE Update LICENSE 2018-02-15 01:52:34 +05:30
README.md Update README.md 2018-03-12 01:29:58 +05:30

Discord Rich Presence for Plex

A Python script that displays your Plex status on Discord using Rich Presence.

Requirements

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 to True if the above is a X-Plex-Token
  • Line 18: listenForUser - Your username, leave it blank if it's the same as plexUsername
  • Line 19: extraLogging - Set this to True if you want the program to output more information

License

This project is licensed under the MIT License. See the LICENSE file for details.