QBittorrent Pre/Post Processing Runner via Yaml Files
Find a file
2024-06-25 16:55:52 +07:00
cmd/qbitrun [wip]: starting to work on the runner application 2024-06-25 16:50:13 +07:00
lib [wip] error-action: added invalid test case 2024-06-25 16:55:52 +07:00
go.mod [wip]: starting to work on the runner application 2024-06-25 16:50:13 +07:00
go.sum [wip]: starting to work on the runner application 2024-06-25 16:50:13 +07:00
LICENSE initial commit 2024-06-25 00:19:15 +07:00
README.md [wip]: starting to work on the runner application 2024-06-25 16:50:13 +07:00

QBitRun

Runner application for qBittorrent.


Anything Below This Line is not ready!!


Quick Start

Start by copying the following command into the "Run external program on torrent completion" field in qBittorrent Settings > Downloads.

/path/to/qbitrun handle -N "%N" -L "%L" -G "%G" -F "%F" -R "%R" -D "%D" -C "%C" -Z "%Z" -T "%T" -I "%I" -J "%J" -K "%K"

If wanting to handle "Run external program on torrent torrent added", add --add-event (or -a for short) to the command. This is for the qbitrun and you to be able to distinguish whether this run is triggered by "torrent added" event.

/path/to/qbitrun handle --add-event -N "%N" -L "%L" -G "%G" -F "%F" -R "%R" -D "%D" -C "%C" -Z "%Z" -T "%T" -I "%I" -J "%J" -K "%K"

You can filter out which events to handle later in the runner .yaml files.