Search found 8 matches

by retikulum
23 Oct 2021, 17:10
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

So, I threw a few files into the input folder and now everything works as expected and with correct permissions. I want to point out that you have to use quotation marks and start with a slash when you use the --def movieFormat in Docker Compose (maybe you can add this to the documentation @rednoah)...
by retikulum
23 Oct 2021, 16:08
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

Yep, thanks for the hint. Had a Image from August. Just pulled the latest, got an error when using the line user: 1000:100 (sudo: you do not exist in the passwd database). Swapped back to " environment: - PUID=1000 - PGID=100" and now filebote-watcher setp up watches again. Now in the data...
by retikulum
23 Oct 2021, 15:56
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

Ah, yes, I was using -- action COPY. Nevertheless user: 1000:100 was accepted by your container. There were some errors due to permission within the data folder which contains the filebot files. An unexpected error occurred during startup: Access Denied: Cache directory is not writable: /data/.fileb...
by retikulum
23 Oct 2021, 14:53
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

Thank you for your answer. I don't understand what the link you provided is about. For a more complex amc-script syntax I'll try the .env- or args.txt-way in the future, I think. When I inspect the docker container filebot-watcher the changes to your ENV lines are correctly implemented. Env 0 PUID=1...
by retikulum
23 Oct 2021, 12:17
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

So, I finally figured the correct code for Docker Compose out volumes: - /Data/Docker/FileBot2:/data - /Data:/volume1 command: /volume1/Downloads --output /volume1/Media -script fn:amc --def movieFormat="/volume1/Media/Movies/{n}/{n} ({y}" seriesFormat="/volume1/Media/TV Shows/{n}/Sea...
by retikulum
17 Oct 2021, 12:10
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

So I figured out, that the filebot-watcher docker lacks some features. It runs with root, something like environment: - PUID=1000 - PGID=100 didn't work as expected. I tried to cut the docker compose as much as I can and abandoned the args.txt-way. Without any arguments filebot-watcher works (very b...
by retikulum
10 Oct 2021, 08:45
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

Re: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

Somehow it still doesn't work as expected. I found the logfile in a total different folder. It sits in the Docker-subfolder for some reason /Data/Docker/FileBot2/.filebot/logs/--log-file /volume1/Media In my Docker Compose text the volumes are defined by this volumes: - /Data/Docker/FileBot2:/data -...
by retikulum
03 Oct 2021, 21:03
Forum: Help and Support
Topic: IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]
Replies: 13
Views: 13991

IllegalArgumentException: --action COPY not in [MOVE, COPY, ...]

Hi there I installed filebot-watcher via Stacks in Docker. Filestructure is /Data:/volume1 and command is /volume1/Downloads --output /volume1/Media @/volume1/Media/args.txt (which contains --def movieFormat=Filme/{emby} seriesFormat=Serien/{emby} musicFormat=Musik/{emby} --action COPY) In the logs ...