Feature Request: different folder for incomplete download

Suggestions and discussion of future versions
Post Reply
chakal
New User
New User
Posts: 3
Joined: Sun Feb 22, 2009 6:21 pm

Feature Request: different folder for incomplete download

Post 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!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Feature Request: different folder for incomplete download

Post 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/
chakal
New User
New User
Posts: 3
Joined: Sun Feb 22, 2009 6:21 pm

Re: Feature Request: different folder for incomplete download

Post by chakal »

I'm just using the deluged daemon with the web interface, is that possible with that also?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Feature Request: different folder for incomplete download

Post 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
chakal
New User
New User
Posts: 3
Joined: Sun Feb 22, 2009 6:21 pm

Re: Feature Request: different folder for incomplete download

Post by chakal »

sweet you made my day!! thx
darude
Member
Member
Posts: 15
Joined: Mon Jan 05, 2009 1:02 am

Re: Feature Request: different folder for incomplete download

Post 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
Post Reply