Opened 9 years ago
Closed 6 years ago
#2847 closed feature-request (Fixed)
Add a 'move to' option to add command
Reported by: | indus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Console UI | Version: | 1.3.12 |
Keywords: | Cc: |
Description
When deluge is set to move torrents on complete it moves files from the path set by deluge console.
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.
Change History (5)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
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
comment:3 by , 9 years ago
Component: | Unknown → Console UI |
---|---|
Milestone: | needs verified → 2.0 |
Summary: | Deluge ignores download location set from deluge-console. → Add a 'move to' option to add command |
Type: | bug → feature-request |
comment:5 by , 6 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
A new command -m
has been added: [f885edd7fc85f]
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?