Custom Query (2428 matches)
Results (43 - 45 of 2428)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1101 | Duplicate | Autocheck on startup | XChesser | |
Description |
On startup Deluge always checks availability of files that refer torrents in list and, if it doesn't find them, it resets torrent status to 0%. It happens even if torrent is paused. While most of my downloads are located in the ext. HDD I have to connect hard drive every time I start Deluge. If I forget doing it Deluge mark them as new (0% done) and I have to recheck all "external" torrents at the next time. It would be grateful to cancel autocheck of paused torrents or to add new option for deactivating autocheck to GUI. |
|||
#1107 | "Start" button stays disabled if pausing while checking | XChesser | ||
Description |
If I pause torrent while rechecking, 'Start' button in toolbar stays unavailable (and 'Pause' button available on the contrary). Buttons in the menu are available and work as expected. |
|||
#1400 | Fixed | Improve changing the order of trackers | XChesser | |
Description |
Current implementation of trackers ordering is a little strange and inconvenient. For example, the torrent has 3 trackers: 0:tracker1.com 1:tracker2.com 2:tracker3.com If I select tracker1.com and press "Down", nothing happens. If I press "Up" for it, its number is increased by one and the list looks so: 1:tracker1.com 1:tracker2.com 2:tracker3.com So, the first thing is that Up/Down? buttons increase/decrease the rank of the tracker while they should change the rank on the contrary, I think. The second thing is that tracker2.com doesn't change its number to 0 in the example above. So if I want to pull down [0] tracker to the end I have to change the ranks manually for each tracker in list: tracker1.com=>[2], tracker2.com=>[0], tracker3.com=>[1]. |