I'm wondering if its at all possible to have all my libraries run at the same time except my 4k movies library, as it takes a long time to add 4k to my editions and also apply overlays through my 2k movies collection every run.
My current command is;
docker run -it --name PMM -v "/home/plex/PMM/config:/config:rw" meisnate12/plex-meta-manager:nightly --time 10:00,12:00,14:00,16:00,18:00,20:00,22:00,00:00,02:00,04:00,06:00,08:00
I would like to have my 4k library run once a day, with the rest running every 2 hours like above. What is the best way I can achieve this?