We will use a batch file to run the previously mentioned programs all at once
1. Open Notepad to create a new batch file
2. Enter this text:
:: Run when uTorrent finishes downloading item
@echo "Notify via pushbullet"
python "pushbullet_torrent_download.py" "%3 => %2"
@echo "Downloading subtitle"
start subliminal download -l en "%1"
@echo "Removing file from uTorrent"
python "remover.py"
3. Save batch file
4. In uTorrent, under Advanced > Run Program, enter
"[PATH TO BATCH FILE]" "%D" "%F" "%N"