#265: Add new column "Remaining"
--------------------------------+-------------------------------------------
Reporter: avalanche64@… | Owner: Cas
Type: feature-request | Status: assigned
Priority: trivial | Milestone: 1.4.0
Component: gtkui | Version:
Keywords: |
--------------------------------+-------------------------------------------
Comment(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.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/265#comment:6>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.