Update README.md

This commit is contained in:
Phin 2018-10-22 20:18:12 +05:30
parent 940c4f2e33
commit e3b84ed9f8

View file

@ -24,15 +24,15 @@ plexConfigs = [
#### Parameters
* `serverName` - Name of the Plex Media Server to connect to
* `username` - Username of the account the above server is signed in as
* `password` - Password associated with the above account
* `token` - Optional, ignores `password` if set. A [X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token) associated with the above account. In some cases, `myPlexAccessToken` from Plex Web App's HTML5 Local Storage must be used. To retrieve this token in Google Chrome, open Plex Web App, press F12, go to "Application", expand "Local Storage" and click on the relevant entry.
* `listenForUser` - Your username, defaults to `username` if not set
* `serverName` - Name of the Plex Media Server to connect to.
* `username` - Your account's username or e-mail.
* `password` - The password associated with the above account.
* `token` (optional) - A [X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token) associated with the above account. In some cases, `myPlexAccessToken` from Plex Web App's HTML5 Local Storage must be used. To retrieve this token in Google Chrome, open Plex Web App, press F12, go to "Application", expand "Local Storage" and select the relevant entry. Ignores `password` if set.
* `listenForUser` - The script will respond to alerts originating only from this username. Defaults to `username` if not set.
### Other Variables
* Line 16: `extraLogging` - The program outputs more information if this is set to `True`
* Line 16: `extraLogging` - The script outputs more information if this is set to `True`
## License