Page 1 of 1

[removed]

Posted: Sun Jan 19, 2014 6:26 am
by steve51184
[removed]

Re: better parameters for 'run on complete torrent'

Posted: Sun Jan 19, 2014 12:59 pm
by ciaobaby
Directory and name are passed already, as %f (path) and %n (name)

Re: better parameters for 'run on complete torrent'

Posted: Sun Jan 19, 2014 1:16 pm
by ciaobaby
By the way,

A 'Pull request' has been made that adds a [url=http://"https://github.com/qbittorrent/qBittorrent/pull/1294"]'Label' (%l) parameter[/url] to the "Run Program" this morning (GMT)

So given time, it may make it into the client.

Re: better parameters for 'run on complete torrent'

Posted: Sun Jan 19, 2014 7:05 pm
by ciaobaby
Concatenate the path and the name and you have the complete location.

Code: Select all

%f/%n


The only thing missing currently, is if you have set qBT to append the label name to the path.