mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-14 14:27:06 +00:00
Update README.md
This commit is contained in:
parent
940c4f2e33
commit
e3b84ed9f8
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue