Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (592 - 594 of 2449)

Ticket Resolution Summary Owner Reporter
#1614 Fixed autoadd will match a directory called "torrent" heissfuss
Description

core/autoadd.py

76 for filename in os.listdir(self.configautoadd_location): 77 if filename.split(".")[-1] == "torrent":

This causes me some issues because I had my download directory named torrent and had the autoadd directory one level above it. This caused autoadd to rename my torrent directory to torrent.invalid every time deluge started.

This is a very minor issue, but it was quite frustrating before I tracked it down.

#1624 WorksForMe [win32] 'Add Torrent' does not close when adding a large number of torrents WillyWolly
Description

When adding a large number of torrents (50 or so) via the 'Add torrent' dialogue, with the 'File' button, the window does not close after clicking 'Add'. It stays, and some of the elements on it disappear. Clicking the X in the upper right corner won't close it either. The only thing that works is opening the 'Add torrent' screen again; then the old one goes away.

#1679 Duplicate Add confimation to "Remove with data" Jameshfisher
Description

Presenting the user with an option that is dangerous should:

  • be expected by the user (the option should be in an appropriate context)
  • be confirmed after selection by the user

Data removal is one of those dangerous operations. Here's how Deluge currently handles it:

  • select "Remove Torrent" from the context menu
  • user is presented with an option to "Remove with data"
  • selection of "Remove with data" is unconfirmed before execution

This violates both simple design principles. I expect the "Remove Torrent" option to mean "cease downloading and uploading". I have asked several others what they expect this to do, and they say the same. More than once I have selected this option accidentally, and so have others.

The following instructions are unrelated, but are currently conflated by the UI:

  • ceasing downloading/uploading associated with a .torrent file
  • deleting all data associated with that .torrent file
  • (deleting the .torrent file itself ...?)

These should be clearly separated. I suggest the following:

  • The "Remove Torrent" option in the context menu exclusively means "cease downloading, cease uploading, and dissociate Deluge and this torrent file". Selecting it prompts a confirmation: "are you sure you wish to remove this .torrent file from Deluge?" There may be additional warning text if the download has not yet completed.
  • A new option is added to the context menu, "Remove Torrent and data". Selecting it prompts a confirmation: "are you sure you wish to remove all downloaded data, and remove this .torrent file from Deluge?"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.