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
  1. Preferences
  2. Downloads
  3. Next to "Download to:", enter

    Code: Select all

    /mnt/storage/downloads/incomplete
  4. Tick "Move completed to:"
  5. Next to it, enter

    Code: Select all

    /mnt/storage/downloads/

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:
  1. ssh onto the machine running deluged
  2. Code: Select all

    deluge -u console
  3. Code: Select all

    config -s download_location /mnt/storage/downloads/incomplete/
  4. Code: Select all

    config -s move_completed_path /mnt/storage/downloads/
  5. Code: Select all

    config -s move_completed True
  6. Code: Select all

    exit

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