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"
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}"
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 (°_°)