digitie / transmission-remote-dotnet

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

Downloaded and Size are mixed up #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. transmission 1.93
2. TRdn build 587

What is the expected output? What do you see instead?
the Size column is ok, but there is no Downloaded column (these are really 
two different values).  Further, the "Downloaded" amount in torrent details 
is incorrect, it currently reports "Size", not amount downloaded.

What version of the products are you using?
OS:
Transmission: 1.93
Remote: 3.20 (rev 587)

Original issue reported on code.google.com by reardo...@gmail.com on 5 May 2010 at 6:33

GoogleCodeExporter commented 8 years ago
The downloaded column is meaningless in torrentlist, often downloaded=selected 
size.

But, could you pls show when reports "Downloaded" incorrect size?

Original comment by elso.and...@gmail.com on 7 May 2010 at 9:47

GoogleCodeExporter commented 8 years ago
Simply put, "Size" should not "Downloaded".  

In the "General" torrent details panel, you are reporting the size of the 
torrent as 
"Downloaded".  This is incorrect.

Compare the output of:

'transmission-remote -t ## -i'

with the information displayed in the "General" tab.

Original comment by reardo...@gmail.com on 7 May 2010 at 1:02

GoogleCodeExporter commented 8 years ago
Also, it may help to try _creating_ a torrent.  In that case, "Downloaded" 
should be 
zero.  The problem here is that it is reported as the size of the torrent.

Original comment by reardo...@gmail.com on 7 May 2010 at 1:03

GoogleCodeExporter commented 8 years ago
Note the information reported by 'transmission-remote -t ## -i':

...

TRANSFER
  State: Idle
  Location: /media/...
  Percent Done: 100%
  ETA: 0 seconds
  Download Speed: 0.0 KB/s
  Upload Speed: 0.0 KB/s
  Have: 281.9 MB (281.9 MB verified)
  Total size: 281.9 MB (281.9 MB wanted)
  Downloaded: 20.6 KB
  Uploaded: 1.8 GB
  Ratio: 93048
  Ratio Limit: Default
  Corrupt DL: None
  Peers: connected to 0, uploading to 0, downloading from 0

...

The key fields are: "Total Size" and "Downloaded"

Original comment by reardo...@gmail.com on 7 May 2010 at 1:07

GoogleCodeExporter commented 8 years ago

Original comment by elso.and...@gmail.com on 7 May 2010 at 2:33

GoogleCodeExporter commented 8 years ago
Fixed by r606.

Original comment by elso.and...@gmail.com on 12 May 2010 at 10:58