FileBot with utorrent

Any questions? Need some help?
Post Reply
Serdarus
Posts: 5
Joined: 27 Mar 2014, 22:00

FileBot with utorrent

Post 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
Serdarus
Posts: 5
Joined: 27 Mar 2014, 22:00

Re: FileBot with utorrent

Post 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 ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot with utorrent

Post 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.
:idea: Please read the FAQ and How to Request Help.
Serdarus
Posts: 5
Joined: 27 Mar 2014, 22:00

Re: FileBot with utorrent

Post 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 !
Post Reply