Search found 3 matches
- 09 Dec 2012, 12:19
- Forum: Scripting and Automation
- Topic: utorrent seeding
- Replies: 4
- Views: 5428
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 Argument ...
					- 09 Dec 2012, 12:16
- Forum: Scripting and Automation
- Topic: utorrent seeding
- Replies: 4
- Views: 5428
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 ...
					- 09 Dec 2012, 11:58
- Forum: Scripting and Automation
- Topic: utorrent seeding
- Replies: 4
- Views: 5428
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 it ...