Opened 16 years ago

Closed 11 years ago

Last modified 6 years ago

#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)

remaining.diff (2.2 KB ) - added by Anderen2 12 years ago.
Patch to add a remaining data column

Download all attachments as: .zip

Change History (12)

comment:1 by mvoncken, 16 years ago

Milestone: 1.2.0

comment:2 by markybob, 16 years ago

Version: 0.5.9.11.1.0_dev

comment:3 by andar, 15 years ago

Milestone: 1.2.0Future
Version: 1.1.0_dev

comment:4 by Ghent, 15 years ago

Owner: changed from andar to Ghent
Status: newaccepted

comment:5 by Calum, 13 years ago

Milestone: Future1.4.0
Owner: changed from Ghent to Calum
Status: acceptedassigned

by Anderen2, 12 years ago

Attachment: remaining.diff added

Patch to add a remaining data column

comment:6 by Calum, 12 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 Bro, 11 years ago

Milestone: 1.4.0Future

comment:8 by Calum, 11 years ago

Milestone: Future1.4.0

comment:9 by Calum, 11 years ago

Resolution: Fixed
Status: assignedclosed

Fixed in develop: [63329e719916]

comment:10 by Calum, 9 years ago

Milestone: 2.0.x2.0

comment:11 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.