Page 1 of 1

Recent problem: Filebot and Transmission

Posted: 23 Sep 2013, 15:54
by mr-scott
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:

Code: Select all

Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Here's the error in context:

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
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:

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 (°_°)
Am I missing something obvious?

Re: Recent problem: Filebot and Transmission

Posted: 23 Sep 2013, 16:44
by rednoah
Just fixed that. It'll start working again by itself once it gets the updates tomorrow.

Re: Recent problem: Filebot and Transmission

Posted: 23 Sep 2013, 16:49
by mr-scott
Great. Filebot is awesome, thanks!