Help with uTorrent automation

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Aruson
Posts: 1
Joined: 14 Sep 2014, 08:48

Help with uTorrent automation

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

Re: Help with uTorrent automation

Post by rednoah »

Your quotes are bad. Too many.

Besides, why call extract? The amc script takes care of that as well of course.
:idea: Please read the FAQ and How to Request Help.
Post Reply