uTorrent script just stopped working?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
lazyeiger
Posts: 8
Joined: 12 Apr 2014, 13:48

uTorrent script just stopped working?

Post by lazyeiger »

I had this script working great in uTorrent

filebot -script fn:amc --output "E:\media" --log-file amc.log --action copy --conflict auto -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

after a couple of weeks of flawless operation it just stopped working, nothing happens its like uTorrent is not recognizing the run this program when torrent finishes action? When it was working I would see the command screen pop up and could follow the progress, now nothing?

I tried changing script to this

C:\Program Files\FileBot\filebot -script fn:amc --output "E:\media" --log-file amc.log --action copy --conflict auto -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

still nothing. I upgraded to the most recent uTorrent version....still nothing.

It works manually fine. Any ideas??

Thanks

Jon
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent script just stopped working?

Post by rednoah »

utorrent logs? filebot logs?

FYI mind your spaces

Code: Select all

"C:\Program Files\FileBot\filebot.exe"
:idea: Please read the FAQ and How to Request Help.
lazyeiger
Posts: 8
Joined: 12 Apr 2014, 13:48

Re: uTorrent script just stopped working?

Post by lazyeiger »

OK changed script to this

C:\Program Files\FileBot\filebot.exe -script fn:amc --output "E:\media" --log-file amc.log --action copy --conflict auto -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

still no dice absolutely nothing happens when the torrent completes.

it works fine if I execute it in the command window.
Post Reply