X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=xmlrtorrent.git;a=blobdiff_plain;f=xmlrtorrent.pl;fp=xmlrtorrent.pl;h=c5ff36b72407eafdac90bba93854c2b55fee4b3d;hp=c2d823c5ee343f64cdcd32148bf69f47d1293628;hb=b6999fc920e65644059cd46ffb3d6502100ee067;hpb=6f01f49f67344b3315da3eae52dabf30dee6ea26 diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index c2d823c..c5ff36b 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -221,6 +221,7 @@ sub cmd_remote { $_->{'NAME'}, $_->{'BYTES_DONE'}, $_->{'SIZE_BYTES'}, + $_->{'BYTES_DONE'}*100/$_->{'SIZE_BYTES'}, $_->{'UP_RATE'}, $_->{'DOWN_RATE'}); }