masghar / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

When it says 100% Complete it should mean its DONE #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I notice the progress bar for a torrent will say 100% but continue to dload 
away.  Ideally it should only say 100% when teh torrent is complete.  

Original issue reported on code.google.com by core...@gmail.com on 18 Jul 2010 at 1:47

GoogleCodeExporter commented 9 years ago
???

Original comment by elso.and...@gmail.com on 20 Jul 2010 at 11:59

GoogleCodeExporter commented 9 years ago
Clarification: Try attempting to download a large file (say: at least 2GB).  
When your download reaches 100% you will notice it is still downloading.  The 
reason being is how it calculates the progress bar's displayed %.  So 
technically when it hits 100% it isnt quite finished yet and so the download is 
still going.  In other words the underlying coding should be from 0-99% with 
100% reserved for completed downloads NOT from 1-100% which if left this way 
would show the download as continuing to dload when it visually shows 100%.

This is merely a cosmetic fix but when you see 100% and the download is still 
going is odd.  If the download hits 100% it should mean the dload is 
DONE...This is only noticeable when you get to very large files.  

So for example, if i download a 98 GB file then TR will show 100% which on 
first appearance gives you the impression it is done but the downloading will 
continue for another hour or so.  Obviously download what is needed to complete 
it but since the download isnt actually complete at the visually displayed 100% 
then it should really be 99% complete not 100%.  Understand?

Original comment by core...@gmail.com on 21 Jul 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Fixed by r656. Transmission is using this way too.

Original comment by elso.and...@gmail.com on 25 Jul 2010 at 2:08