Search found 4 matches

by aniel3000
20 Mar 2022, 17:05
Forum: Ubuntu & Desktop Linux
Topic: How do I handle Featurettes with the amc script?
Replies: 6
Views: 2959

Re: How do I handle Featurettes with the amc script?

the container code is looking like this filebot-watcher: container_name: filebot-watcher image: rednoah/filebot:watcher restart: unless-stopped environment: - PUID=$PUID - PGID=$PGID - TZ=$TIME_ZONE - SETTLE_DOWN_TIME=10 - INPUT_STABLE_TIME=1 volumes: - $PERSIST/filebot-watcher:/data - $completed:/c...
by aniel3000
20 Mar 2022, 09:37
Forum: Ubuntu & Desktop Linux
Topic: How do I handle Featurettes with the amc script?
Replies: 6
Views: 2959

Re: How do I handle Featurettes with the amc script?

am getting this error Setting up watches. Watches established. Waiting 10 seconds for changes to settle down... Run script [fn:amc] at [Sun Mar 20 05:36:08 EDT 2022] Parameter: excludeList = .excludes Parameter: unsorted = y Parameter: music = y Parameter: artwork = y Parameter: ut_label = movie Arg...
by aniel3000
20 Mar 2022, 03:54
Forum: Ubuntu & Desktop Linux
Topic: How do I handle Featurettes with the amc script?
Replies: 6
Views: 2959

Re: How do I handle Featurettes with the amc script?

i never said i was playing with both at the same time.
by aniel3000
20 Mar 2022, 00:53
Forum: Ubuntu & Desktop Linux
Topic: How do I handle Featurettes with the amc script?
Replies: 6
Views: 2959

How do I handle Featurettes with the amc script?

the issue: because some release groups include a "Featurettes" inside their releases and because last time i check radarr/sonarr doesn't handle this scenario i have the need to be able and use filebot to help me with this problem. what i have tried so far/my environment: am using docker/li...