Search found 10 matches

by updatefreak
04 Mar 2024, 05:41
Forum: Ubuntu & Desktop Linux
Topic: E-Mail report Authentication required
Replies: 3
Views: 2914

Re: E-Mail report Authentication required

I tried it now again with GMX-Mail in the docker compose with - AMC_CUSTOM_OPTIONS="--def mail=mail.gmx.net:587:example@gmx.de:example@gmx.de:12345678910" Here I got the error: Argument[1]: File does not exist: /etc/services.d/amc/mail.gmx.net:587:example@gmx.de:example@gmx.de:12345678910 ...
by updatefreak
13 Aug 2023, 12:22
Forum: Scripting and Automation
Topic: {lang} and {subt} fail on files named *.eng.Forced..sub
Replies: 4
Views: 560

Re: Questen to eng.forced subtitles

console output is e.g. [amc ] Auto-detect movie from context [/storage/docker/jdownloader2/output/extracted/World War Z (2013).eng.idx] [amc ] Auto-detect movie from context [/storage/docker/jdownloader2/output/extracted/World War Z (2013).eng.sub] [amc ] Auto-detect movie from context [/storage/doc...
by updatefreak
13 Aug 2023, 11:40
Forum: Scripting and Automation
Topic: {lang} and {subt} fail on files named *.eng.Forced..sub
Replies: 4
Views: 560

{lang} and {subt} fail on files named *.eng.Forced..sub

Hi, I have a question regarding the subtiles. I configured filebot as follows: -e AMC_MOVIE_FORMAT="Filme/{~jellyfin}" \ -e AMC_SERIES_FORMAT="Serien/{~jellyfin}" \ Aim is to have: movie.eng.forced.sub movie.eng.sub movie.ger.forced.sub movie.ger.sub But I in my case movie.eng.fo...
by updatefreak
09 Aug 2023, 10:58
Forum: Ubuntu & Desktop Linux
Topic: E-Mail report Authentication required
Replies: 3
Views: 2914

Re: E-Mail report Authentication required

Thank you for you answer.
I tried it with Gmail and that worked without problems :)
by updatefreak
08 Aug 2023, 16:47
Forum: Ubuntu & Desktop Linux
Topic: E-Mail report Authentication required
Replies: 3
Views: 2914

E-Mail report Authentication required

Hi, I have currently a problem to automatically send a report. I setup a docker container as follows: 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_...
by updatefreak
06 Aug 2023, 11:07
Forum: unRAID & docker
Topic: Combine FileBot and JDownloader (both as Docker-Container)
Replies: 7
Views: 1737

Re: Combine FileBot and JDownloader (both as Docker-Container)

found now a solution for me: 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="...
by updatefreak
05 Aug 2023, 10:35
Forum: unRAID & docker
Topic: Combine FileBot and JDownloader (both as Docker-Container)
Replies: 7
Views: 1737

Re: Combine FileBot and JDownloader (both as Docker-Container)

Now I changed to filebot-watcher in a docker container (without trigger through JDownloader). Here I got the following error message: Waiting 300 seconds for changes to settle down... Run script [fn:amc] at [Sat Aug 05 10:30:30 GMT 2023] [PSA] Important Discussion of Changes effective as of 28 Apr 2...
by updatefreak
04 Aug 2023, 20:33
Forum: unRAID & docker
Topic: Combine FileBot and JDownloader (both as Docker-Container)
Replies: 7
Views: 1737

Re: Combine FileBot and JDownloader (both as Docker-Container)

thanks for the quick answer and the information. I will check. Now I have Jdownloader (lesage/jdownloader-2) and FileBot (jlesage/filebot) installed, because I can not build my own docker container with both included. The jdownloader-postprocess.sh I copied to /volume1/docker/jdownloader2/scripts/jd...
by updatefreak
03 Aug 2023, 21:27
Forum: unRAID & docker
Topic: Combine FileBot and JDownloader (both as Docker-Container)
Replies: 7
Views: 1737

Combine FileBot and JDownloader (both as Docker-Container)

Hello, I have JDownloader as Docker-Container and would like to add also FileBot for automatism: Download finished -> Extract archives (contain several parts) -> rename mkv-files and srt-files -> move to tv-shows or movie-folder or unsorted-Folder -> clean up and remove archives Therefore I want to ...