mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
typo, clarification.
This commit is contained in:
parent
85b4a30a99
commit
baa8456cb8
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue