i have some trouble to make filebot working completly with utorrent. My issue is that the script move correctly files from input's path but sadly the output is alawys my disk's root (folder like Music or TV Shows dont create). The second problem is that it doesnt rename files and not any sub are added too.
Ok actually it was just utorrent which was moving files... in fact my script doesnt work at all even if i have the cmd window which open when a torrent is ended.
Somehow you're passing in F:" (with the quotes) as folder path and that one naturally does not exist. Play with it, you're really just using cmdline wrong somehow. Maybe double-double quotes somewhere?
And way is output and input in the same folder? BAD IDEA.
I solved my issue, thx to your advices. I think the main problem was that I had as path for finished torrents something like this "F:\" in uttorent. I re-readed your tutorials and in indeed, path shouldnt finished with "\". My bad !
I can now fully enjoy this amazing tool. Thx again !