Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 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

#165 Fixed Share ratio incorrect in v0.5.8.9 markybob TomTerrific
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 markybob kwentzell@gmail.com
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.

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