Page 1 of 1
Feature Request: different folder for incomplete download
Posted: Sun Feb 22, 2009 7:31 pm
by chakal
A feature that would download files to a folder, say for example /mnt/storage/downloads/incomplete/, and once the download is finished, moves it to /mnt/storage/downloads/
Most Windows Client offer this feature, I find it pretty usefull when downloading many files as you don't need to monitor the torrents
Thanks!
Re: Feature Request: different folder for incomplete download
Posted: Mon Feb 23, 2009 4:25 am
by johnnyg
- Preferences
- Downloads
- Next to "Download to:", enter
- Tick "Move completed to:"
- Next to it, enter
Re: Feature Request: different folder for incomplete download
Posted: Mon Feb 23, 2009 3:15 pm
by chakal
I'm just using the deluged daemon with the web interface, is that possible with that also?
Re: Feature Request: different folder for incomplete download
Posted: Mon Feb 23, 2009 8:59 pm
by johnnyg
hmm I can't see the option in the white template.
however you can use the console ui to do it:
- ssh onto the machine running deluged
Code: Select all
config -s download_location /mnt/storage/downloads/incomplete/
Code: Select all
config -s move_completed_path /mnt/storage/downloads/
Re: Feature Request: different folder for incomplete download
Posted: Tue Feb 24, 2009 3:06 am
by chakal
sweet you made my day!! thx
Re: Feature Request: different folder for incomplete download
Posted: Sat Feb 28, 2009 9:35 am
by darude
however it is possible to set in the ajax template, you could change to the ajax template, change the move_to/completed paths and switch back to the white template
i prefer the ajax interface
bye, darude