#265 closed feature-request (Fixed)
Add new column "Remaining"
Reported by: | avalanche64@… | Owned by: | Cas |
---|---|---|---|
Priority: | trivial | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | |
Keywords: | Cc: |
Description
Requesting a column which would show how much data is left to download.
Attachments (1)
Change History (12)
comment:1 Changed 15 years ago by mvoncken
- Milestone set to 1.2.0
comment:2 Changed 15 years ago by markybob
- Version changed from 0.5.9.1 to 1.1.0_dev
comment:3 Changed 14 years ago by andar
- Milestone changed from 1.2.0 to Future
- Version 1.1.0_dev deleted
comment:4 Changed 13 years ago by Ghent
- Owner changed from andar to Ghent
- Status changed from new to accepted
comment:5 Changed 12 years ago by Cas
- Milestone changed from Future to 1.4.0
- Owner changed from Ghent to Cas
- Status changed from accepted to assigned
Changed 10 years ago by Anderen2
comment:6 Changed 10 years ago by Cas
You do not need a separate function in torrent.py just add the following to full_status:
"total_remaining": self.status.total_wanted - self.status.total_wanted_done,
Also will need code for the new column in webui.
comment:7 Changed 10 years ago by bro
- Milestone changed from 1.4.0 to Future
comment:8 Changed 10 years ago by Cas
- Milestone changed from Future to 1.4.0
comment:9 Changed 10 years ago by Cas
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed in develop: [63329e719916]
comment:10 Changed 8 years ago by Cas
- Milestone changed from 2.0.x to 2.0
Note: See
TracTickets for help on using
tickets.
Patch to add a remaining data column