Search found 3 matches

by illusionist
10 May 2018, 08:09
Forum: Scripting and Automation
Topic: [Windows] Suppress CMD window
Replies: 14
Views: 41928

Re: [Windows] Suppress CMD window

"C:\path\to\python.pyw" "C:\path\to\utorrent-postprocess.pyw" "%L" "" "%N" "multi" "" "%F"

After replacing values, would this be?

"C:\Python36\pythonw.exe" "C:\Python36\Scripts\utorrent-postprocess.pyw" "%L" "" "%N" "multi" "" "%F"

(Assuming Python 3.6 is installed in C:\ and utorrent ...
by illusionist
05 May 2018, 11:44
Forum: Windows
Topic: No files selected for processing/qBitTorrent/Windows 10
Replies: 3
Views: 2933

Re: No files selected for processing/qBitTorrent/Windows 10

Hello,

It doesn't contain any files because my download location is H:\Temp\Movies

I'm a little confused here. My qBittorrent download locations are
H:\Temp\Movies
H:\Temp\TV

I thought Filebot will unrar and move the files to output mentioned in the script file, in my case
H:\Torrents\Movies
H ...
by illusionist
04 May 2018, 15:31
Forum: Windows
Topic: No files selected for processing/qBitTorrent/Windows 10
Replies: 3
Views: 2933

No files selected for processing/qBitTorrent/Windows 10

qBittorrent 4.0.3
https://snag.gy/oFAbvD.jpg

cmdline call
C:\Python36>python "C:\Python36\Scripts\utorrent-postprocess.pyw" "Movies" "5" "Game Night" "multi" "" "H:\Torrents\Movies\GameNight"

Output - https://snag.gy/0fuyIj.jpg

output of filebot -script fn:sysinfo
C:\>filebot -script fn ...