AMC script parsing from uTorrent but not Filebot

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Belariad
Donor
Posts: 2
Joined: 30 Aug 2015, 20:00

AMC script parsing from uTorrent but not Filebot

Post by Belariad »

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.

Image

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.

Image

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

Image

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=********
And here's a shot of my "filebot -script fn:sysinfo" if that helps.

Image

I've tried so many things to get this working I'm not sure where to start. Any ideas?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC script parsing from uTorrent but not Filebot

Post by rednoah »

Classic "Command not found" issue?

Try putting in the absolute path to the filebot.exe so it can't not be called.
:idea: Please read the FAQ and How to Request Help.
Belariad
Donor
Posts: 2
Joined: 30 Aug 2015, 20:00

Re: AMC script parsing from uTorrent but not Filebot

Post by Belariad »

So far it seems to work! Thanks so much. I only had a few seconds to test this morning but I'm currently doing some more tests to make sure.

I wonder why it accepts my commands when manually entered into the command prompt, but not from uTorrent without the full path... so odd.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC script parsing from uTorrent but not Filebot

Post by rednoah »

You're welcome! Thanks for the donation! :)

uTorrent is not the CMD so a "command" posted into CMD is not exactly the same as a "command" you copy/paste into uTorrent.

Oddly enough, for most people "filebot" just works, and for others it's necessary to use the absolute path. Might be a uTorrent issue. Might be a Windows issue.

EDIT:

You're VERY welcome! Thanks for your additional donation! :lol:

That kind of "paypal spam" is much appreciated! Pretty sure nobody ever donated twice on the same day! :D
:idea: Please read the FAQ and How to Request Help.
Post Reply