

Im running filebot in a Synology container manager.
This is the yaml config I'm using:
Code: Select all
version: '3.3'
services:
filebot:
container_name: FileBot
image: rednoah/filebot:watcher
restart: always
environment:
- SETTLE_DOWN_TIME=300
- SETTLE_DOWN_CHECK=60
- PUID=1026
- PGID=100
volumes:
- /volume1/docker/filebot:/data
- /volume1/downloads:/down
- /volume1/media:/media
command: >
/down/COMPLETE
--output /media
--action move
--def unsorted=y
--def artwork=n
--def clean=y
--def movieFormat="./movies/{n}/{n} ({vf}) [{rating}]"
--def seriesFormat="./series/{n}/{'Season '+s}/{s00e00} - {t} ({vf})"
--def unsortedFormat="./misc/"
--def movieDB=TheMovieDB seriesDB=TheTVDB