aMule Forum
English => Feature requests => Topic started by: eisa01 on November 17, 2007, 08:59:05 PM
-
I would love to have a column that shows how many times you have uploaded a complete copy of the file to the network. That gives me IMHO much more information than what the total upload is. This is a feature I miss from the overnet, eDonkey2000 clients that MetaMachine released.
-
I am not saying that it will or will not be implemented, but from the p2p client point of view, this is not relevant. If you share a file, pehaps you will only upload the first chunk of it all of your life, but others in the network will complete the rest, so in theory you have never uploaded the file completely, though you might have transferred dozens of times more bytes than the size of the file. I really would not even know how to compute this number.
Cheers!
-
It isn't supposed to keep track of what chunks it has sent. It's basically (amount transferred)/filesize. I just find it easier, and more informative to know how many copies I've sent out, than the total transferred size.
-
Hi eisa01,
The information (amount transferred)/filesize can be displayed. I have not looked at the code, but in the worst case would involve creating a new tag in know.met to accumulate the statistics on a per file basis.
If I am not mistaken, this file is kept compatible with eMule, and in that case it would be a bad idea to mess with it. Do you know if there is any documentation (besides source code) for this file? Maybe the corresponding tag even exists, but we just don't use it.
Cheers!
-
Sorry, I don't really know a lot about this stuff.
But does it really need to be stored? I don't see a problem with just calculating it and storing it in memory for every file.
-
Hi again,
No, it does not need to be stored, but in case it is not, you loose your statistics every time aMule shutsdown. Doing so in a per session basis should be very easy.
There is just one problem now :) Adding a column to the display breaks configuration file compatibility, I once wanted to add a column, but Kry "pulled my ears" because the code I wanted to commit would not keep compatibility. Unfortunately, I don't have time to hack into this, I would happily break this compatibility because it would be a one time break, but hey, I am not the boss :)
So, I hope we hear from Kry.
Cheers!
-
Ah, I get what you mean. I'm not so interested in the sent copies in the session, but in the lifetime.
-
You have "Share Ratio" in the Shared files window long ago. What else do you need?
-
Oh, you're right.
Nice :)