Opened 14 years ago

Closed 14 years ago

#1047 closed bug (Fixed)

'Move Completed' does not work if saving to non default path

Reported by: gazpachoking Owned by: andar
Priority: major Milestone: 1.2.0
Component: Core Version: 1.2.0_dev
Keywords: Cc:

Description

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)

Change History (1)

comment:1 Changed 14 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [5876]

Thanks!

Note: See TracTickets for help on using tickets.