[removed]
Re: better parameters for 'run on complete torrent'
Directory and name are passed already, as %f (path) and %n (name)
Re: better parameters for 'run on complete torrent'
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.
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'
Concatenate the path and the name and you have the complete location.
The only thing missing currently, is if you have set qBT to append the label name to the path.
Code: Select all
%f/%n
The only thing missing currently, is if you have set qBT to append the label name to the path.