Search found 4 matches

by methos237
09 Jul 2017, 08:01
Forum: Scripting and Automation
Topic: Debugging utorrent-postprocess.pyw
Replies: 6
Views: 6062

Re: Debugging utorrent-postprocess.pyw

Well it seems to be working great: 4 torrents downloaded and only 4 entries in amc.log, with all showing "done". Thank you for all your help Rednoah!!
by methos237
08 Jul 2017, 16:36
Forum: Scripting and Automation
Topic: Debugging utorrent-postprocess.pyw
Replies: 6
Views: 6062

Re: Debugging utorrent-postprocess.pyw

If you decide whether or not to call the amc script based on the torrent state, then I would highly recommend making that check in the python script instead of always calling filebot/amc just to have it abort right away. That would save your CPU a lot of unnecessary work. What do you mean? I'm ...
by methos237
08 Jul 2017, 15:33
Forum: Scripting and Automation
Topic: Debugging utorrent-postprocess.pyw
Replies: 6
Views: 6062

Re: [Windows] Suppress CMD window

OK, so the first error I got was: C:\Users\James>python "D:\!Sorted_Downloads\utorrent-postprocess.pyw" "" "11" "Silence 2016 1080p WEB-DL x264 AC3-JYK" "multi" "Subs\English.srt" "D:\Downloads\Silence 2016 1080p WEB-DL x264 AC3-JYK" File "D:\!Sorted_Downloads\utorrent-postprocess.pyw", line 18 ...
by methos237
08 Jul 2017, 11:38
Forum: Scripting and Automation
Topic: Debugging utorrent-postprocess.pyw
Replies: 6
Views: 6062

Debugging utorrent-postprocess.pyw

I am trying to get this working, and it is just not happening. The script executes from utorrent, but the files aren't renamed and nothing is written to amc.log. I'm on Windows 10 x64 and my .pyw file is as follows: # Run Program: # "C:\path\to\utorrent-postprocess.pyw" "%L" "%S" "%N" "%K" "%F" "%D ...