Search found 4 matches

by Pikachu320
10 Dec 2012, 17:25
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 7479

Re: utorrent-postprocess with action move

Sorry for the late reply. I've tested it immediately after my previous post. That's basically what I did. However I return null instead of throwing an exception. I don't know what's best/exiting quickly/more clean. if (ut_state != '11' ) { println("State not equal to 'Finished' (Current state="+ut ...
by Pikachu320
20 Nov 2012, 19:58
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 7479

Re: utorrent-postprocess with action move

Apparently the best solution is to use the filebot command when state changes instead of when completed. Then, we need to check the status in the utorrent-postprocess. The value of the status must be 11 before a filebot run. I'll try to adapt the script and see if it works. If I don't understand the ...
by Pikachu320
19 Nov 2012, 20:32
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 7479

Re: utorrent-postprocess with action move

I've posted on the µT forums, I'm waiting for the reply.

I guess hardlinks or softlinks won't work, because my destination is another box on the network...
by Pikachu320
18 Nov 2012, 12:08
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 7479

utorrent-postprocess with action move

Hello, I have trouble setting up the utorrent-postprocess with the action move instead of copy. Here is my command line: filebot -script "C:/Program Files (x86)/FileBot/my-utorrent-postprocess.groovy" --output "U:/" --action move --conflict override -non-strict --log all --def subtitles=y artwork=y ...