Skip to content

Commit 9530bc7

Browse files
authored
Update README.md
1 parent 63d84be commit 9530bc7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ Forced subtitles only provide subtitles when the characters speak a foreign or a
1717

1818

1919
## Instructions:
20-
##### Windows:
21-
To use this script on Windows. Simply install latest version of [Python](https://www.python.org/downloads/).
22-
1. Download the latest .py script from the [releases](https://github.com/RileyXX/PlexDefaultSubtitleChanger/releases) page.
23-
2. Replace `xxxxxxx` in the script with your [plex api token](https://www.plexopedia.com/plex-media-server/general/plex-token/).
24-
3. Install dependencies [plexapi](https://github.com/pkkid/python-plexapi) and [requests](https://pypi.org/project/requests/). To do this, run `python -m pip install plexapi requests` in command prompt.
25-
3. Make sure Plex media server is running locally then run the script and watch it work its magic.
26-
27-
##### Note:
28-
This script should work fine on any other operating system. No need to make any changes.
20+
1. Install [Python](https://www.python.org/downloads/).
21+
2. Download the latest .py script from the [releases](https://github.com/RileyXX/PlexDefaultSubtitleChanger/releases) page.
22+
3. Replace `xxxxxxx` in the script with your [plex api token](https://www.plexopedia.com/plex-media-server/general/plex-token/).
23+
4. Install dependency [plexapi](https://github.com/pkkid/python-plexapi). To do this, run `python -m pip install plexapi` in command prompt.
24+
5. Make sure Plex media server is running locally then run the script and watch it work its magic.
25+
26+
_Note: This script should work on Windows, MacOS and Linux._
2927

3028
## Known issues/future outlook:
3129
* [Python-PlexAPI](https://python-plexapi.readthedocs.io/en/latest/modules/media.html#plexapi.media.MediaPart.setDefaultSubtitleStream) has a method to set the default subtitle stream. No need to manually call the API using requests.

0 commit comments

Comments
 (0)