#265 closed feature-request (Fixed)
Add new column "Remaining"
| Reported by: | avalanche64@hot.ee | Owned by: | Calum |
|---|---|---|---|
| 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 by , 18 years ago
| Milestone: | → 1.2.0 |
|---|
comment:2 by , 18 years ago
| Version: | 0.5.9.1 → 1.1.0_dev |
|---|
comment:3 by , 17 years ago
| Milestone: | 1.2.0 → Future |
|---|---|
| Version: | 1.1.0_dev |
comment:4 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:5 by , 15 years ago
| Milestone: | Future → 1.4.0 |
|---|---|
| Owner: | changed from to |
| Status: | accepted → assigned |
by , 13 years ago
| Attachment: | remaining.diff added |
|---|
comment:6 by , 13 years ago
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 by , 13 years ago
| Milestone: | 1.4.0 → Future |
|---|
comment:8 by , 13 years ago
| Milestone: | Future → 1.4.0 |
|---|
comment:9 by , 13 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
Fixed in develop: [63329e719916]
comment:10 by , 11 years ago
| Milestone: | 2.0.x → 2.0 |
|---|
Note:
See TracTickets
for help on using tickets.



Patch to add a remaining data column