I had to update to 4.2 which fixed some of the errors however I'm still getting:
Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Failure (°_°)
My script was much more complicated but in an attempt to debug it I stripped it back to what is essentially the barebones example:
Code: Select all
filebot -script \
    fn:amc \
    --output "$HOME/Enterprise" \
    --log-file amc.log 
    --action move 
    --conflict override -non-strict \
    --def "pushover=xxxxxxxxxxxxxxxx" \
    --def "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" 
    --def "ut_kind=multi" \
    --def "ut_title=$TR_TORRENT_NAME" \