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

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
lynchpin
Posts: 3
Joined: 05 Jul 2021, 23:18

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

Post 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!
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Docker environment variables for notification, unpacking archives

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply