No description
Find a file
2018-02-16 00:13:45 +05:30
discordRichPresencePlex.py Update discordRichPresencePlex.py 2018-02-16 00:13:45 +05:30
LICENSE Update LICENSE 2018-02-15 01:52:34 +05:30
README.md Update README.md 2018-02-15 03:14:54 +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 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 it blank if it's the same as plexUsername

License

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