Conflicting Arguments
Posted: 23 Sep 2013, 18:31
Starting last night I began getting errors out of the Filebot AMC script used in conjunction with Deluge. I haven't made any changes in the parameters of the script but it is suddenly failing with "Conflicting Arguments".
The script as I have it:
Code: Select all
Exception: Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Code: Select all
#!/bin/bash
TORRENT_ID=$1
TORRENT_NAME=$2
TORRENT_PATH=$3
filebot -script fn:amc --output "/mnt1/nas" --log-file amc.log --action copy --conflict override -non-strict --def artwork=n --def music=n "ut_dir=$TORRENT_PATH/$TORRENT_NAME" "ut_kind=multi" "ut_title=$TORRENT_NAME"