Recent problem: Filebot and Transmission
Posted: 23 Sep 2013, 15:54
I have filebot triggered from transmission using the filebot.sh file I found on this site with some naming customizations. Just recently I started to see this error after every download:
Here's the error in context:
I thought maybe transmission was passing the downloaded file as an argument so I eliminated all "ut" arguments from the script as a test -- still got the same error message even when it's clear those parameters aren't being passed:
Am I missing something obvious?
Code: Select all
Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Code: Select all
Parameter: plex = mini.local
Parameter: artwork = n
Parameter: music = n
Parameter: subtitles = n
Parameter: seriesFormat = /Volumes/Data/Download/TV/{n} {s00e00} - {t}{if (vf.match(/720[pP]|1080[pP]/)) " [HD]"}
Parameter: movieFormat = /Volumes/Data/Download/Movies/{n} ({y}){if (vf.match(/720[pP]|1080[pP]/)) " [HD]"}{if (pn > 1) ", Part "}
Parameter: ut_dir = /Volumes/Data/_Processing/<Filename redacted>
Parameter: ut_kind = multi
Parameter: ut_title = <Filename redacted>
Exception: Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Code: Select all
Parameter: plex = mini.local
Parameter: artwork = n
Parameter: music = n
Parameter: subtitles = n
Parameter: seriesFormat = /Volumes/Data/Download/TV/{n} {s00e00} - {t}{if (vf.match(/720[pP]|1080[pP]/)) " [HD]"}
Parameter: movieFormat = /Volumes/Data/Download/Movies/{n} ({y}){if (vf.match(/720[pP]|1080[pP]/)) " [HD]"}{if (pn > 1) ", Part "}
Exception: Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Failure (°_°)