Custom Query (2447 matches)
Results (514 - 516 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#177 | WontFix | Drag select in scheduler plugin | ||
Description |
Not so much a plugin request as a "I wrote some code to add a feature and here's the patch". It adds drag select to the time selection grid in the scheduler plugin rather than having to click all those little boxes one at a time. I know it's not really useful to any scheduler user who has already setup their schedule already, but I was getting bored in an introductory Python lecture and I had the code laying around.... |
|||
#179 | WontFix | blocklist plugin updates the list too often | ||
Description |
Blocklist plugin updates the blocklist nearly everytime, ignoring the settings to update every 14 days. It updates on every run, and on every look at the plugin's options. This is very annoying, and it sometimes crashes Deluge. Blocklist plugin shouldn't blindly download the list every time, it should check if the file was updated first. |