diff options
author | cglatot <[email protected]> | 2021-10-07 10:53:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-07 10:53:29 +0100 |
commit | d92ee2ae7cd5822de790ec49162e1f1c05adf06d (patch) | |
tree | f2019e1acd81f0d1aada1a73fdad0540a18afe72 | |
parent | d98fb1409fdd2373b899a1370af477550490bd45 (diff) | |
parent | da19f8e8c78d0a5117ca3c0823f5ff59cb04d948 (diff) | |
download | pasta-d92ee2ae7cd5822de790ec49162e1f1c05adf06d.tar.gz pasta-d92ee2ae7cd5822de790ec49162e1f1c05adf06d.zip |
Merge pull request #42 from cgudea/master
Add basic howto guide
-rw-r--r-- | guides/Pasta Tool Walkthrough.md | 35 | ||||
-rw-r--r-- | guides/img/1-login.png | bin | 0 -> 57598 bytes | |||
-rw-r--r-- | guides/img/1.1-allow-popups.png | bin | 0 -> 11329 bytes | |||
-rw-r--r-- | guides/img/1.2-plex-auth.png | bin | 0 -> 298446 bytes | |||
-rw-r--r-- | guides/img/2-server-list.png | bin | 0 -> 60495 bytes | |||
-rw-r--r-- | guides/img/2.1-select-server.png | bin | 0 -> 74540 bytes | |||
-rw-r--r-- | guides/img/2.2-select-library.png | bin | 0 -> 74569 bytes | |||
-rw-r--r-- | guides/img/3-select-series.png | bin | 0 -> 50401 bytes | |||
-rw-r--r-- | guides/img/4-select-entire-series.png | bin | 0 -> 82956 bytes | |||
-rw-r--r-- | guides/img/4.1-select-lang-prefs.png | bin | 0 -> 183105 bytes | |||
-rw-r--r-- | guides/img/4.2-lang-pref-completed.png | bin | 0 -> 303330 bytes |
11 files changed, 35 insertions, 0 deletions
diff --git a/guides/Pasta Tool Walkthrough.md b/guides/Pasta Tool Walkthrough.md new file mode 100644 index 0000000..ad9b277 --- /dev/null +++ b/guides/Pasta Tool Walkthrough.md @@ -0,0 +1,35 @@ +# Pasta Tool Walkthrough + +Begin by logging into plex. You may have to allow popups. + +<img src="./img/1-login.png" width="500"/> + +![](./img/1.1-allow-popups.png) + +<img src="./img/1.2-plex-auth.png" width="500"/> + +After a successful authentication, you will be shown a list of servers. Select your server then select the library that has the show which requires a language/subtitle change. + +<img src="./img/2-server-list.png" width="500"/> +<img src="./img/2.1-select-server.png" width="500"/> +<img src="./img/2.2-select-library.png" width="500"/> + +Navigate by letter the show/series and select the appropriate one. + +<img src="./img/3-select-series.png" width="500"/> + +Once you are at the show, select **Entire Series** + +<img src="./img/4-select-entire-series.png" width="500"/> + +Then select a single episode -- it usually doesnt matter which one. You will get language and subtitle options. Select the appropriate *audio track* or *subtitle track*. It should automatically change the subtitles and show you which episode's tracks were changed. + +⚠️ + +In this example, the episode selected had the "correct" audio track already selected. In some cases, the default audio track may not be the one you want. To ensure consistency, you should reselect the language track you want to make sure the entire series uses the same track. + +<img src="./img/4.1-select-lang-prefs.png" width="500"/> +<img src="./img/4.2-lang-pref-completed.png" width="500"/> + + +All done! diff --git a/guides/img/1-login.png b/guides/img/1-login.png Binary files differnew file mode 100644 index 0000000..31a7085 --- /dev/null +++ b/guides/img/1-login.png diff --git a/guides/img/1.1-allow-popups.png b/guides/img/1.1-allow-popups.png Binary files differnew file mode 100644 index 0000000..f64a134 --- /dev/null +++ b/guides/img/1.1-allow-popups.png diff --git a/guides/img/1.2-plex-auth.png b/guides/img/1.2-plex-auth.png Binary files differnew file mode 100644 index 0000000..5232eca --- /dev/null +++ b/guides/img/1.2-plex-auth.png diff --git a/guides/img/2-server-list.png b/guides/img/2-server-list.png Binary files differnew file mode 100644 index 0000000..966b0c2 --- /dev/null +++ b/guides/img/2-server-list.png diff --git a/guides/img/2.1-select-server.png b/guides/img/2.1-select-server.png Binary files differnew file mode 100644 index 0000000..faa5313 --- /dev/null +++ b/guides/img/2.1-select-server.png diff --git a/guides/img/2.2-select-library.png b/guides/img/2.2-select-library.png Binary files differnew file mode 100644 index 0000000..dfebba8 --- /dev/null +++ b/guides/img/2.2-select-library.png diff --git a/guides/img/3-select-series.png b/guides/img/3-select-series.png Binary files differnew file mode 100644 index 0000000..382fc1c --- /dev/null +++ b/guides/img/3-select-series.png diff --git a/guides/img/4-select-entire-series.png b/guides/img/4-select-entire-series.png Binary files differnew file mode 100644 index 0000000..f64b669 --- /dev/null +++ b/guides/img/4-select-entire-series.png diff --git a/guides/img/4.1-select-lang-prefs.png b/guides/img/4.1-select-lang-prefs.png Binary files differnew file mode 100644 index 0000000..18c2b72 --- /dev/null +++ b/guides/img/4.1-select-lang-prefs.png diff --git a/guides/img/4.2-lang-pref-completed.png b/guides/img/4.2-lang-pref-completed.png Binary files differnew file mode 100644 index 0000000..653bae2 --- /dev/null +++ b/guides/img/4.2-lang-pref-completed.png |