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 , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
it already does. code: size = statetotal_wanted eta = common.get_eta(size, statetotal_wanted_done, dl_speed)