Opened 16 years ago

Closed 15 years ago

#164 closed feature-request (WontFix)

Change ETA calculation - when seeding & set to stop at ratio, display time to done seeding

Reported by: TomTerrific Owned by: markybob
Priority: minor Milestone:
Component: 0.5.x Version:
Keywords: eta, gui, seeding Cc:

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

Change History (1)

comment:1 Changed 15 years ago by markybob

  • Resolution set to wontfix
  • Status changed from new to closed

All 0.5 tickets are being closed. The branch is dead and won't be maintained any further.

Note: See TracTickets for help on using tickets.