Custom Query (2447 matches)
Results (163 - 165 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 |
|||
#165 | Fixed | Share ratio incorrect in v0.5.8.9 | ||
Description |
Just downloaded the src and built the latest version of deluge and it's running well. But looks like there is a bug in how the share ratio is calculated.
Version: deluge, 0.5.8.9, source downloaded and built.
Env: Ubuntu, 8.04 Beta (Kernel 2.6.24-16-386 32b), all current updates installed.
H/W: Pentium 4, 1.4G How to reproduce: I started a new deluge session with four paused torrents with fast resume data. None of the torrents had downloaded or uploaded any data yet. Started downloading on the torrents. Examine information for a torrent. The amount of data listed as uploaded and downloaded looks OK. But the share ratio is incorrect. For example the download amount is 80.5 MiB (80.5 MiB) and the uploaded amount is 80.5 MiB (80.5 MiB) and the ratio is displaying as 1.684. |
|||
#166 | Fixed | Does not check for corrupted .torrent file on open | ||
Description |
Got a hard crash trying to open: http://isohunt.com/download/27896123/%22There+For+Tomorrow%22.torrent Afterwards, I opened it with ktorrent and it said it was corrupt. Although, I'm not familiar with the file structure so I can't say where the problem in the file is. |