filebot / filebot-docker

Docker build files for FileBot
https://hub.docker.com/r/rednoah/filebot/
Apache License 2.0
55 stars 18 forks source link

watcher and node together #21

Closed luciandf closed 5 months ago

luciandf commented 5 months ago

Hello,

Is it possible to get the watcher functionality (i.e. watch a folder for changes and run the amc script when stuff appears there) into the filebot-node image so that I also have the web interface? I can't seem to figure it out.

Thank you!

rednoah commented 5 months ago

filebot-watcher does run the amc script. That is what filebot-watcher does.

Each container works independently. So you can just use one of each. Use filebot-watcher to process files automatically in the background. Use filebot-node or filebot-xpra as well if you need a WebUI to process files manually.

luciandf commented 5 months ago

thank you for the clarification!