Opened 17 years ago

Closed 16 years ago

#321 closed bug (Invalid)

ETA calculation

Reported by: alejandrosanchez@gmail.com Owned by: sadrul
Priority: minor Milestone:
Component: Core Version: 0.5.9.1
Keywords: plugin eta downlad size Cc:

Description

To reproduce this bug enabled Torrent File plugin option is required.

Add a new torrent file Select the added torrent Go to the Files Tab under the list and select only 1 or 2 files to download, put the rest of them to "Don't Download" Priority.

The ETA calculation shouldn't be calculated from the "total torrent size", it should be calculated from the "total download size".

Change History (4)

comment:1 by markybob, 17 years ago

Resolution: invalid
Status: newclosed

it already does. code: size = statetotal_wanted eta = common.get_eta(size, statetotal_wanted_done, dl_speed)

comment:2 by (none), 17 years ago

Milestone: 0.5.9.1

Milestone 0.5.9.1 deleted

comment:3 by anonymous, 16 years ago

Resolution: invalid
Status: closedreopened

comment:4 by markybob, 16 years ago

Resolution: invalid
Status: reopenedclosed
Note: See TracTickets for help on using tickets.