mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
schedule doc tweaks (#2179)
This commit is contained in:
parent
a2ae1e1e52
commit
29643807b5
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ These schedules do not trigger Kometa to run; they control what Kometa will do i
|
|||
time. `weekly(sunday)`, for example, does not mean "run Kometa on Sunday to do this thing"; it means "If Kometa is running,
|
||||
and it's Sunday, do this thing".
|
||||
|
||||
If you want to control when Kometa itself runs, like if you want Kometa to only run on Tuesdays and Thursdays, see [this page](../kometa/scheduling.md).
|
||||
If you want to control when Kometa itself runs, like if you want Kometa to only run on Tuesdays and Thursdays, see [this page](../kometa/guides/scheduling.md).
|
||||
|
||||
The scheduling options are:
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Instead, it is recommended to set an automated scheduling service so that Kometa
|
|||
|
||||
This page discusses how to set up this "When should Kometa run" level of schedule, and it leverages both the "modes" of running discussed above.
|
||||
|
||||
**You can also put schedule information in your config to control things like "process the Movie library only on Tuesdays" or the like. That level of scheduling is independent of when Kometa runs, and is discussed [here](../../config/schedule.md)**
|
||||
**You can also put schedule information in your config to control things like "process the Movie library only on Tuesdays" or the like. That level of scheduling is configured independently from the "when Kometa runs" scheduling covered on this page, and is discussed [here](../../config/schedule.md)**
|
||||
|
||||
IMPORTANT: Every time you see `/path/to` below, it's a placeholder for the path to that directory on *your* system.
|
||||
|
||||
|
|
Loading…
Reference in a new issue