Custom Query (2447 matches)
Results (346 - 348 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#760 | Fixed | Changed filenames don't save | ||
Description |
Whenever I change a filename in a torrent and restart Deluge, the changed file reverts to it's original name and starts re-downloading. |
|||
#2055 | Fixed | Change encryption UI labels and clickability | ||
Description |
In a thread about the encryption preferences:
I vote for setting 'prefer_rc4' internally to True. If 'Either' is selected, it doesn't make sense to me for 'Handshake' (the less secure option) to ever be preferred over 'Full Stream'. Offering the option to do so seems pointless because 'Encrypt Entire Stream' already contains a fallback mechanism to 'Handshake' , and it is potentially confusing when seen alongside the 'Full Stream' dropdown option. I also agree with the second point to grey-out the Level dropdown when both Inbound and Outbound are 'Disabled'. This makes the relationships of the options easier to visualize for the user. |
|||
#164 | WontFix | Change ETA calculation - when seeding & set to stop at ratio, display time to done seeding | ||
Description |
I usually seed until I hit a specific ratio for a torrent, such as 1.0. I often manually use a calculator to estimate how much longer a torrent will seed. I would like the ETA to show the estimated length of time left to complete seeding instead of the current method of showing ETA infinity. So my suggested pseudo code would be: If torrent-state = downloading then{
} else if torrent-state = seeding then {
} tom |