discord-rich-presence-plex/README.md
2018-02-15 01:53:25 +05:30

1.1 KiB

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

License

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