mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-22 01:23:02 +00:00
Fixed versions in requirements.txt
This commit is contained in:
parent
1391220805
commit
975d835bff
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ Current Version: 2.0.3
|
||||||
1. Install [Python 3.10](https://www.python.org/downloads/)
|
1. Install [Python 3.10](https://www.python.org/downloads/)
|
||||||
2. Download [this repository's contents](https://github.com/phin05/discord-rich-presence-plex/archive/refs/heads/master.zip)
|
2. Download [this repository's contents](https://github.com/phin05/discord-rich-presence-plex/archive/refs/heads/master.zip)
|
||||||
3. Extract the folder contained in the above ZIP file
|
3. Extract the folder contained in the above ZIP file
|
||||||
4. Navigate a command-line interface (cmd.exe, PowerShell, bash, etc.) into the above extracted directory
|
4. Navigate a command-line interface (cmd.exe, PowerShell, bash, etc.) into the above-extracted directory
|
||||||
5. Install the required Python modules by running `python -m pip install -r requirements.txt`
|
5. Install the required Python modules by running `python -m pip install -r requirements.txt`
|
||||||
6. Start the script by running `python main.py`
|
6. Start the script by running `python main.py`
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ The script must be running on the same machine as your Discord client.
|
||||||
* `display`
|
* `display`
|
||||||
* `useRemainingTime` (default: `false`) - Displays your media's remaining time instead of elapsed time in your Rich Presence if enabled.
|
* `useRemainingTime` (default: `false`) - Displays your media's remaining time instead of elapsed time in your Rich Presence if enabled.
|
||||||
* `users` (list)
|
* `users` (list)
|
||||||
* `token` - An authentication token associated with your Plex account. ([X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token), [Authenticating with Plex](https://forums.plex.tv/t/authenticating-with-plex/609370))
|
* `token` - An access token associated with your Plex account. ([X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token), [Authenticating with Plex](https://forums.plex.tv/t/authenticating-with-plex/609370))
|
||||||
* `servers` (list)
|
* `servers` (list)
|
||||||
* `name` - Name of the Plex Media Server you wish to connect to.
|
* `name` - Name of the Plex Media Server you wish to connect to.
|
||||||
* `blacklistedLibraries` (optional list) - Alerts originating from libraries in this list are ignored.
|
* `blacklistedLibraries` (optional list) - Alerts originating from libraries in this list are ignored.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
plexapi
|
PlexAPI==4.10.1
|
||||||
requests
|
requests==2.26.0
|
||||||
websocket-client
|
websocket-client==1.3.2
|
||||||
|
|
Loading…
Reference in a new issue