No description
Find a file
2018-02-15 00:39:19 +05:30
discordRichPresencePlex.py Update discordRichPresencePlex.py 2018-02-15 00:39:19 +05:30
LICENSE Initial commit 2018-02-15 00:19:48 +05:30
README.md Update README.md 2018-02-15 00:22:01 +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 blank if it's the same as plexUsername