Ticket #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
Note: See
TracTickets for help on using
tickets.
