discord-rich-presence-plex/README.md
2018-03-12 01:29:58 +05:30

1.3 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 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.