(Solved) AMC Script not firing (WHS 2011 utorrent)

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
apw63
Posts: 9
Joined: 19 Nov 2013, 16:41

(Solved) AMC Script not firing (WHS 2011 utorrent)

Post by apw63 »

]Hello,
I’m using the latest version of filebot and utorrent. I have the latest version of 32 & 64 bit JAVA installed on my WHS. The script used to work flawlessly. I don’t know what has changed. I have utorrent setup as per the guild. The logs are from manually put the script in to a COM line.

Here is my script

filebot -script fn:amc --output j:\ServerFolders --log-file amc.log --action copy --conflict override -non-strict --def music=y artwork=n "seriesFormat=TV/{n}/Season {s}/{n}.{S00E00} - {t}" "movieFormat=Movies\{genres[1]}\{collection}\{n}.({y})" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

And here are the logs

Parameter: music = y
Parameter: artwork = n
Parameter: seriesFormat = TV/{n}/Season {s}/{n}.{S00E00} - {t}
Parameter: movieFormat = Movies\{genres[1]}\{collection}\{n}.({y})
Parameter: ut_dir = %D
Parameter: ut_file = %F
Parameter: ut_kind = %K
Parameter: ut_title = %N
Parameter: ut_label = %L
Parameter: ut_state = %S
No files selected for processing
Failure (°_°)

There are files in the downloads folder d:\Downloads

Do I have an issue with my script? Has something changed in the scripting after a filebot or utorrent update? I have tested the manual test script from the COM line and it worked.
Any ideas why the script will not file after torrent is finished downloading?



Additional comments:

Not sure what I had wrong. What fixed the issue was building the script over from scratch.
Post Reply