Opened 15 years ago
Closed 15 years ago
#1047 closed bug (Fixed)
'Move Completed' does not work if saving to non default path
Reported by: | Chase | 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)
Note:
See TracTickets
for help on using tickets.
Fixed in [5876]
Thanks!