AMC script parsing from uTorrent but not Filebot
Posted: 04 Sep 2015, 05:39
uTorrent shows it's executing FileBot in the logger, and when I cut and paste the exact command it says it sent into the cmd directly it works perfectly. But that never results in FileBot processing the files. I checked the FileBot amc.log and nothing appears after uTorrent executed the command. I tested other simple commands in uTorrent and it appears to be working as expected.

Here is a shot of the amc.log during the time that those filebot commands should have been executed, but nothing fired from Sep 02 00:18:04 to Sep 03 22:15:17.

Here is an example of me inputting the command directly and it works fine

This is my command input which works when I use it manually but not when uTorrent fires it
And here's a shot of my "filebot -script fn:sysinfo" if that helps.

I've tried so many things to get this working I'm not sure where to start. Any ideas?

Here is a shot of the amc.log during the time that those filebot commands should have been executed, but nothing fired from Sep 02 00:18:04 to Sep 03 22:15:17.

Here is an example of me inputting the command directly and it works fine

This is my command input which works when I use it manually but not when uTorrent fires it
Code: Select all
filebot -script fn:amc --output "D://" --log-file amc.log --action copy --conflict override -non-strict --def music=y clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" "movieFormat=/Movies/{n} ({y})/{n}" "seriesFormat=/TV/{n}/Season {s.pad(2)}/{s00e00} {t}" pushbullet=********

I've tried so many things to get this working I'm not sure where to start. Any ideas?