Search found 3 matches

by rob_talisman69
09 Dec 2012, 12:19
Forum: Scripting and Automation
Topic: utorrent seeding
Replies: 4
Views: 5794

Re: utorrent seeding

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\HS>filebot -script fn:utorrent-postprocess --output "T:/" -non-strict "
ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Argument: C:\Users\HS\ut_dir=%D ...
by rob_talisman69
09 Dec 2012, 12:16
Forum: Scripting and Automation
Topic: utorrent seeding
Replies: 4
Views: 5794

Re: utorrent seeding

thought thats what i had to do.

so i just put this in the utorrent run program box

filebot -script fn:utorrent-postprocess --output "T:/" --action copy --conflict override -non-strict --def subtitles=y artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
?

Ill ...
by rob_talisman69
09 Dec 2012, 11:58
Forum: Scripting and Automation
Topic: utorrent seeding
Replies: 4
Views: 5794

utorrent seeding

Hi ive tried this script and run a bat file in utorrent for when torrents complete.

filebot -script fn:utorrent-postprocess --output "T:/" --action copy --conflict override -non-strict --def subtitles=y artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

and ...