Page 1 of 1

FileBot with utorrent

Posted: 27 Mar 2014, 22:07
by Serdarus
Hi folks,

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.

Here the script i use :

Code: Select all

"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "F:/"  --log-file amc.log --action copy --conflict override -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"
sry for my english btw

Re: FileBot with utorrent

Posted: 27 Mar 2014, 22:26
by Serdarus
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.

edit : here some logs i found for example

Code: Select all

Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = 
Parameter: ut_state = 5
Parameter: ut_title = Ellie Goulding - Burn.mp3
Parameter: ut_kind = single
Parameter: ut_file = Ellie Goulding - Burn.mp3
Parameter: ut_dir = F:"
Done ヾ(@⌒ー⌒@)ノ

Re: FileBot with utorrent

Posted: 28 Mar 2014, 06:31
by rednoah
This looks fishy, no?

Code: Select all

Parameter: ut_dir = F:"
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.

Re: FileBot with utorrent

Posted: 28 Mar 2014, 08:53
by Serdarus
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 !