Page 1 of 1

[3rd party jlesage/filebot] Docker environment variables for notification, unpacking archives

Posted: 08 Jul 2021, 00:35
by lynchpin
Hi all,

I've got Filebot running via Docker on my Synology, expressly for using AMC. I'd like to use AMC to also extract archives and clean up, and send a Pushbullet notification when files are processed.

Can this be achieved by editing or adding environment variables in the container settings (see image)? Or do I need to get my hands dirty with some scripting?

Image

Any advice or pointers would be great :) Thanks!

Re: Docker environment variables for notification, unpacking archives

Posted: 08 Jul 2021, 04:31
by rednoah
Yes, all just a matter of passing command-line arguments along to the amc script.


:idea: If you're using the official docker container, then calling filebot inside a docker container is virtually identical to calling filebot on the host:
https://github.com/filebot/filebot-docker#filebot


:idea: If you're using a 3rd party docker container then you will need ask the author or read the documentation on how to add command-line arguments to the filebot call that your container is internally calling somehow somewhere:
https://github.com/jlesage/docker-fileb ... -variables