#Collections won't run when PMM_OVERLAYS=True

1 messages · Page 1 of 1 (latest)

sacred salmon
#

Oops; I accidentally deleted the wrong thing.

#

PMM_OVERLAYS=TRUE should run only overlays, no collections.

#

Leaving it out should run both.

#

What's the rest of the docker config look like?

#

Original message:
For some reason when I set the PMM_OVERLAYS env to True, my collections don't run, but if I leave it unset, the overlays don't run. I'm sure it must be possible to run both? Using the official docker image

opal geyser
sacred salmon
#

FWIW:

      - PMM_TIME=03:00 #optional
      - PMM_RUN=True #optional

The second line is overriding the first there.

Do you have logs showing both situations?

#

I don't typically use the env vars, but I use docker run similarly and this:

docker run --rm -it -v /opt/Plex-Meta-Manager/config:/config meisnate12/plex-meta-manager:nightly -c /config/sb-config.yml -ca -ov --run

Matches yours above, running only overlays, while:

docker run --rm -it -v /opt/Plex-Meta-Manager/config:/config meisnate12/plex-meta-manager:nightly -c /config/sb-config.yml -ca --run

runs collections and overlays.