Ticket #1843 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

Path checks before download

Reported by: kneekoo Owned by:
Priority: major Milestone: 1.3.x
Component: other Version: 1.3.1
Keywords: Cc:

Description

Linux is very flexible with mounts and this is why Deluge has some issues with download paths. Let's take a look at a real case:

1. Start and finish a torrent on a mounted path, then close Deluge 2. Unmount that path (manually or by reboot) 3. Start Deluge again

The result is a new download from scratch. It will obviously have an impact on torrent ratio - wherever that counts.

Possible solution:

Check for the initial download path and if it doesn't exist pause the torrent and: 1. inform the user either by a message or mark the torrent with a different colour (light red?); 2. ask the user for a new download path and also present a Retry button so the user can mount that path and try again (and add a "Solve later" button); 3. create an option to switch between options #1 and #2 above because automatic start-ups will block Deluge from downloading if #2 is waiting for user input

Change History

Changed 2 years ago by Cas

  • status changed from new to closed
  • resolution set to duplicate

If the path does not exist then Deluge will usually error or get 'stuck checking'. So Deluge should not be able to start the download again if the mount you have specified to download to is actually missing.

Anyway this is a Dup of #1032 and #491

#1294 is also relevant

Note: See TracTickets for help on using tickets.