#Trying to process libraries at different times

1 messages Β· Page 1 of 1 (latest)

grizzled night
#

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?

trim kettleBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

zinc phoenix
#
libraries:
  4K Movies:
    schedule: hourly(12)
#

within your config.yml, that will schedule your 4K Movies only at 12:00, even if you are setting specific times in the run command.

grizzled night
#

Oh nice so it will only exclude that lib from every run bar 12?

zinc phoenix
#

Yes

#

ignore that πŸ˜„

grizzled night
#

I'll go for the config route, it sounds just what I need

zinc phoenix
#

πŸ‘

grizzled night
#

What would it look like if I ever wanted to have it run twice a day?

zinc phoenix
#
libraries:
  4K Movies:
    schedule: hourly(6),hourly(18)
grizzled night
#

18 = pm?
6 = am?

zinc phoenix
#

yes

#

it assumes 24 hour clock πŸ˜„

grizzled night
#

Making sure of that haha!

grizzled night
#

Whats the flag for adding stuff to home + friends home?

#

visible_home: true
visible_shared: true

zinc phoenix
#

yes