Start cmd:
Code: Select all
docker run -d --restart unless-stopped --name filebot \
-v /srv/.../sort:/watch \
-v /srv/.../series:/Share \
-v /home/.../filebot/data:/data \
rednoah/filebot:watcher /watch --output /Share --log-file amc.log --def "ut_label=TV" --lang de --action move --def seriesFormat="{n}/{n} - {s00e00} - {t}"
Code: Select all
/usr/bin/filebot-watcher: 3: /usr/bin/filebot-watcher: INOTIFYWAIT_OPTS: parameter not set
+ stdbuf -oL uniq
+ read -r FILE
Starting normal filebot works great and with the following command I get the sysinfo.
Code: Select all
docker run -it --name filebot \
-v /srv/.../sort:/watch \
-v /srv/series:/Share \
-v /home/.../filebot/data:/data \
rednoah/filebot -script fn:sysinfo
Thanks and greetings
