You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/home/guides/wt/wt-10-scheduling.md

1.5 KiB

The commands you've been using in this walkthrough run Plex-Meta-Manager immediately then quit.

Plex Meta Manager also features multiple layers of scheduling, which you can leverage to control when various activities take place.

  • You can run PMM in the background, telling it to wake up and process your libraries at fixed times during the day. The default behavior in this regard is to wake up at 5AM and process the config. If you leave the -r off the commands you have been using in this walkthrough, that's what will happen.

    You can control when PMM wakes up with the time-to-run env-var/runtime flag.

  • You can skip using that internal schedule and just do manual runs as you have been doing throughout this walkthrough using standard tools available in your OS.

    Details on setting this up are found here.

  • In addition, individual items within the configuration can be scheduled to take place at certain times provided PMM is running at that time. For example, you can tell PMM only to apply overlays on Tuesdays or the like. YOu can then schedule manual runs every day at noon and overlays will only get processed when it runs on Tuesday. This sort of schedule will not make PMM start up if it is not already running. If you don't arrange for PMM to be run on Tuesday, your overlays would never be processed in this example.

    Details on this level of scheduling are found here