Page 1 of 1

Help with uTorrent automation

Posted: 14 Sep 2014, 08:53
by Aruson
Hi,

I'm having trouble setting up Filebot with uTorrent and was hoping I could get some help.

Within uTorrent, run command is currently set up as:

Code: Select all

c:\filebot_script.cmd "%D" "%N" "%F" 
Script contains the following contents:

Code: Select all

filebot -extract %1 --output .

filebot -script fn:amc --output "E:/BitTorrent/Completed Downloads" --log-file amc.log --action move --conflict override -non-strict --def "ut_title="%2"" "ut_file="%3"" "ut_dir="%1"" "ut_kind=" --def "seriesFormat=E:/Videos/TV Series/{n}/{'Season '+s}/{n} - S{s.pad(2)}E{e.pad(2)} - {t}" "movieFormat=F:/Movies/{n} {y}/{fn}"
The error message I've been constantly receiving...

Code: Select all

Parameter: ut_title = "Pretty.Little.Liars.S05E11.HDTV.x264-LOL"
Parameter: ut_file = ""
Parameter: ut_dir = "E:\BitTorrent\Completed Downloads\Pretty.Little.Liars.S05E11.HDTV.x264-LOL"
Parameter: ut_kind = 
Parameter: seriesFormat = E:/Videos/TV Series/{n}/{'Season '+s}/{n} - S{s.pad(2)}E{e.pad(2)} - {t}
Parameter: movieFormat = F:/Movies/{n} {y}/{fn}
No files selected for processing
Failure (°_°)
Any ideas? I've tried a number of different variations of the command but I didn't get anywhere...any help is much appreciated!

Re: Help with uTorrent automation

Posted: 14 Sep 2014, 16:22
by rednoah
Your quotes are bad. Too many.

Besides, why call extract? The amc script takes care of that as well of course.