Update README.md

This commit is contained in:
Phin 2018-03-11 21:32:24 +05:30
parent d598516ad2
commit 1f2d5047a7

View file

@ -12,11 +12,11 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
You will have to change the following variables in `discordRichPresencePlex.py`:
* Line 89: `plexServerName` - Name of the Plex Media Server to connect to
* Line 90: `plexUsername` - Username of the account the server is signed in as
* Line 91: `plexPasswordOrToken` - Password or a [X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token) associated with the above account
* Line 92: `usingToken` - Set this to `True` if the above is a X-Plex-Token
* Line 93: `listenForUser` - Your username, leave it blank if it's the same as `plexUsername`
* Line 18: `plexServerName` - Name of the Plex Media Server to connect to
* Line 19: `plexUsername` - Username of the account the server is signed in as
* Line 20: `plexPasswordOrToken` - Password or a [X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token) associated with the above account
* Line 21: `usingToken` - Set this to `True` if the above is a X-Plex-Token
* Line 22: `listenForUser` - Your username, leave it blank if it's the same as `plexUsername`
## License