You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-9
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,13 @@ Forced subtitles only provide subtitles when the characters speak a foreign or a
17
17
18
18
19
19
## 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.
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._
29
27
30
28
## Known issues/future outlook:
31
29
*[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