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
uTorrent script just stopped working?
Re: uTorrent script just stopped working?
utorrent logs? filebot logs?
FYI mind your spaces
FYI mind your spaces
Code: Select all
"C:\Program Files\FileBot\filebot.exe"
Re: uTorrent script just stopped working?
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.
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.