Ticket #265 (assigned feature-request)

Opened 5 years ago

Last modified 5 months ago

Add new column "Remaining"

Reported by: avalanche64@… Owned by: Cas
Priority: trivial Milestone: 1.4.0
Component: gtkui Version:
Keywords: Cc:

Description

Requesting a column which would show how much data is left to download.

Attachments

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

Change History

Changed 5 years ago by mvoncken

  • milestone set to 1.2.0

Changed 5 years ago by markybob

  • version changed from 0.5.9.1 to 1.1.0_dev

Changed 4 years ago by andar

  • version 1.1.0_dev deleted
  • milestone changed from 1.2.0 to Future

Changed 3 years ago by Ghent

  • status changed from new to accepted
  • owner changed from andar to Ghent

Changed 2 years ago by Cas

  • owner changed from Ghent to Cas
  • status changed from accepted to assigned
  • milestone changed from Future to 1.4.0

Changed 5 months ago by Anderen2

Patch to add a remaining data column

Changed 5 months 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.

Note: See TracTickets for help on using tickets.