Hi, I'm using filebot:amc in docker but cant figure out how to pass the plex=host:token option to the container in docker compose.
Do I use PLEX=host:token as an environment variable, or should I be using AMC_CUSTOM_OPTIONS=PLEX=host:token or something else. Tried both but could not get it working.
I cant seem to find any examples to help me.
thanks,
sykick
[jlesage/filebot] plex notify in docker compose
Re: plex notify in docker compose


Shell: Select all
--def plex=host:token

Shell: Select all
-e AMC_CUSTOM_OPTIONS="--def plex=host:token"
Re: [jlesage/filebot] plex notify in docker compose
Okay, thanks for the support. I did not realize it was unofficial.
I'll look to move over to the official version then.
Thanks again.
I'll look to move over to the official version then.
Thanks again.
Re: [jlesage/filebot] plex notify in docker compose
It's an alternative that does things differently, notably many different things in a single container, not necessarily better or worse. I just mean to say that I didn't write the code so I'm not an expert on how things work exactly.