id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1047,'Move Completed' does not work if saving to non default path,gazpachoking,andar,"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) }}} ",bug,closed,major,1.2.0,Core,1.2.0_dev,Fixed,,