Deluge downloads the file to the location set by deluge-console, and then
moves the file to completed directory specified in the settings.
Deluge should either download straight to the set directory, or first
download to the default then move the files to the directory set by deluge
console.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2847>
Deluge <http://deluge-torrent.org/>
Deluge Project
Comment (by Cas):
It's not that it's ignored, it's that `add` option `-p` is the save
location for the torrent data which will then be moved if you have move
completed enabled, which is no different to the Add dialog in the GTKUI.
Essentially what you are asking for then is that the `add` command in
console also have a move completed option?
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2847#comment:1>
Comment (by indus):
You're right I assumed the -p option would be the first and final
destination perhaps it should be changed, or a second option added:
add file.torrent -p /path/file -s /path2/file
Or if only -s is specified it does this:
/default/path/ => /path2/file
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2847#comment:2>
* component: Unknown => Console UI
* type: bug => feature-request
* milestone: needs verified => 2.0
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2847#comment:3>
* status: new => closed
* resolution: => Fixed
Comment:
A new command `-m` has been added: [f885edd7fc85f]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/2847#comment:5>