From baa8456cb83b20e88eba84871d279dc9fb63c65f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Wed, 18 May 2022 16:42:41 -0500 Subject: [PATCH] typo, clarification. --- docs/home/guides/scheduling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/home/guides/scheduling.md b/docs/home/guides/scheduling.md index 2960f809..5f3e56fa 100644 --- a/docs/home/guides/scheduling.md +++ b/docs/home/guides/scheduling.md @@ -65,7 +65,7 @@ This is the recommended approach as it allows the user additional control over h 1. Create a `waiter.cmd` file by opening the text editor (i.e. Notepad, TextEdit) and pasting the following code: ```batch - cd C:\User\USERNAMEHERE\Plex-Meta-Manager + cd C:\Users\USERNAMEHERE\Plex-Meta-Manager .\pmm-venv\Scripts\python .\plex_meta_manager.py ``` * This will navigate to the PMM directory, then run PMM. At the scheduled time [as defined within Plex Meta Manager], PMM will process the Configuration File and will then wait until the next scheduled time. @@ -92,11 +92,11 @@ This is the recommended approach as it allows the user additional control over h ![task-scheduler](task-scheduler/06-basic-task-04.png) -7. Click "Browse", Navigate to the PMM directory and choose `waiter.cmd`, which was created in Step 1, then select "Open". +7. Click "Browse", Navigate to the PMM directory and choose `waiter.cmd`, which was created in Step 1, then select "Open". NOTE: Your path may vary from the illustration here; navigate to the file you created and saved in Step 1. ![task-scheduler](task-scheduler/06-basic-task-05.png) -8. Copy the directory everything up to but not including `runner.cmd` from the "Program/Script" field, and paste it into the "Start in" field. This is `C:\User\IEUser\Plex-Meta-Manager-1.15.1` in the example below, then select "next". +8. Copy the directory everything up to but not including `runner.cmd` from the "Program/Script" field, and paste it into the "Start in" field. This is `C:\User\IEUser\Plex-Meta-Manager-1.15.1` in the example below, then select "next". NOTE: Your path may vary from the illustration or example. ![task-scheduler](task-scheduler/04-basic-task-06.png)