Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 markybob TomTerrific
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{

do what's done now

} else if torrent-state = seeding then {

ETA = infinity if global ratio set or per torrent ratio set then {

ETA = ((torrent-size * ratio) - amount uploaded) / upload speed;

}

}

tom

#177 WontFix Drag select in scheduler plugin markybob ben@axnick.com.au
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 andar anonymous
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.