diff --git a/README.md b/README.md index 97d179a..7a22309 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Current Version: 2.0.3 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) 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` 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` * `useRemainingTime` (default: `false`) - Displays your media's remaining time instead of elapsed time in your Rich Presence if enabled. * `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) * `name` - Name of the Plex Media Server you wish to connect to. * `blacklistedLibraries` (optional list) - Alerts originating from libraries in this list are ignored. diff --git a/requirements.txt b/requirements.txt index dd03421..291d1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -plexapi -requests -websocket-client +PlexAPI==4.10.1 +requests==2.26.0 +websocket-client==1.3.2