Search found 2 matches

by abedecain
24 Dec 2020, 17:30
Forum: Scripting and Automation
Topic: Script for manual process for utorrent-postprocess/AMC Script
Replies: 1
Views: 9005

Re: Script for manual process for utorrent-postprocess/AMC Script

Updated version:
# Run Program:
# "C:\path\to\utorrent-postprocess.pyw" "%L" "%S" "%N" "%K" "%F" "%D"
#
# Test with Console:
# python "C:\path\to\utorrent-postprocess.pyw" "Movie" "5" "Avatar" "multi" "" "X:\Files\Avatar"

from datetime import datetime
import sys
import subprocess
import os ...
by abedecain
10 Jul 2019, 12:51
Forum: Scripting and Automation
Topic: Script for manual process for utorrent-postprocess/AMC Script
Replies: 1
Views: 9005

Script for manual process for utorrent-postprocess/AMC Script

So I have just wrote some simple python scripts to manually run the utorrent-postprocess/AMC Script. This probs already exsists/is stupid, but I thought id share it just incase. I use qtorrent so its slightly different.

Heres the code for the sorting, specify a folder and it will go through each ...