-
[Support] Djoss - FileBot
Thanks. Solved it with this config: docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT="Filme/{n}/{n} ({y})" \ -e AMC_SERIES_FORMAT="Serien/{n}/Staffel {s}/{n} - {s00e00} - {t}" \ -e AMC_PROCESS_MUSIC=n \ -e AMC_CUSTOM_OPTIONS="--def mail=mail.gmx.net:587:[email protected]:PASSWORD --def [email protected]" \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot The only thing what is now strange is a error: [amc ] Sending Email report [amc ] 530 Authentication required The Passwort (not the real one, but similar wosSn*%uxdesnf9%0) should be fine.
-
[Support] Djoss - FileBot
Is it possible to send a report to a specific email adress when the files are renamed/moved? It's mentioned here: https://www.filebot.net/forums/viewtopic.php?t=215 def mailto= def mail=
-
[Support] Djoss - FileBot
I tried to setup filebot in Docker with Synology: docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT=Filme/{n} ({y}) \ -e AMC_SERIES_FORMAT=Serien/{n}/Staffel {s}/{n} - {s00e00} - {t} \ -e AMC_PROCESS_MUSIC=n \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot When I try to install I got this error /bin/bash: -c: line 9: syntax error near unexpected token `(' /bin/bash: -c: line 9: `-e AMC_MOVIE_FORMAT=Filme/{n} ({y}) \' Anyone knows that is there the mistake? EDIT: Found the issue; docker run -d --name=FileBot \ -p 5802:5800 \ -e USER_ID=1026 \ -e GROUP_ID=100 \ -e LANG=de_DE.UTF-8 \ -e TZ=Europe/Berlin \ -e AMC_ACTION=move \ -e AMC_CONFLICT=skip \ -e AMC_LANG=German \ -e AMC_MOVIE_FORMAT="Filme/{n} ({y})" \ -e AMC_SERIES_FORMAT="Serien/{n}/Staffel {s}/{n} - {s00e00} - {t}" \ -e AMC_PROCESS_MUSIC=n \ -e AMC_INPUT_DIR=/storage/docker/jdownloader2/output/extracted \ -e AMC_OUTPUT_DIR=/storage/docker/jdownloader2/output/test \ -v /volume1/docker/filebot:/config:rw \ -v /volume1:/storage:rw \ jlesage/filebot
feeble-sunbeam5403
Members
-
Joined
-
Last visited