Recent problem: Filebot and Transmission

Any questions? Need some help?
Post Reply
mr-scott
Posts: 2
Joined: 23 Sep 2013, 15:35

Recent problem: Filebot and Transmission

Post 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?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Recent problem: Filebot and Transmission

Post by rednoah »

Just fixed that. It'll start working again by itself once it gets the updates tomorrow.
:idea: Please read the FAQ and How to Request Help.
mr-scott
Posts: 2
Joined: 23 Sep 2013, 15:35

Re: Recent problem: Filebot and Transmission

Post by mr-scott »

Great. Filebot is awesome, thanks!
Post Reply