#1047: 'Move Completed' does not work if saving to non default path
--------------------------+-------------------------------------------------
 Reporter:  gazpachoking  |       Owner:  andar    
     Type:  bug           |      Status:  new      
 Priority:  major         |   Milestone:  1.2.0    
Component:  core          |     Version:  1.2.0_dev
 Keywords:                |  
--------------------------+-------------------------------------------------
 The move completed function does not work if you are saving your torrent
 to a folder other than your default save folder set in the configuration.
 I have located the issue in the code, it seems there is an explicit check
 for this (line 788.)
 torrentmanager.py lines 785-789:
 {{{
 if torrent.options["move_completed"] and total_download:
     move_path = torrent.options["move_completed_path"]
     if torrent.options["download_location"] != move_path and \
        torrent.options["download_location"] ==
 self.config["download_location"]:
         torrent.move_storage(move_path)
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1047>
Deluge <http://deluge-torrent.org/>
Deluge project

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to