Search found 4 matches

by Aenima17
19 Sep 2016, 13:03
Forum: Scripting and Automation
Topic: [WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent
Replies: 4
Views: 3594

Re: [WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent

Thanks for your response, I've corrected the Move/Copy issue.

Looks like I'd missed a - at output

Code: Select all

-script fn:amc -output "X:\Media"
Looks to be working great now thanks you.
by Aenima17
19 Sep 2016, 11:59
Forum: Scripting and Automation
Topic: [WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent
Replies: 4
Views: 3594

Re: [WINDOWS] Unable to get utorrent "Run a Program" working correcl

uTorrent Log file after Completion: [2016-09-19 23:05:46] Executing: filebot -script fn:amc -output "X:\Media" --def movieFormat="X:\Media\Movies\{genres[0]}\{n} ({y})\{n} ({y}) by {director} ({certification}, {rating}, {resolution})" --def seriesFormat="X:\Media\TV & Docs\{n}\Season {s}\{n ...
by Aenima17
18 Sep 2016, 23:37
Forum: Scripting and Automation
Topic: [WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent
Replies: 4
Views: 3594

Re: [WINDOWS] Unable to get utorrent "Run a Program" working correcl

rednoah wrote:1.
--action move may not work on Windows because the filebot process won't be able to move/delete files that are in use by the utorrent process.

Use copy or hardlink and then delete files from utorrent manually when they're finished seeding.
Found this in another post so that answers that.
by Aenima17
18 Sep 2016, 22:16
Forum: Scripting and Automation
Topic: [WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent
Replies: 4
Views: 3594

[WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent

Command line version seems to work fine except if the file is seeding but upon completion of the torrent I have two issues: - Is the torrent is seeding it won't move the file it copies it as it's in use, even with the CMD version, any good way around this? - The UT_Viewable doesn't appear to work at ...