#2417 closed feature-request (Fixed)
Add "Last Active" to torrent status
Reported by: | Dirac | Owned by: | Calum |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | develop |
Keywords: | last active | Cc: |
Description
I would like to have the possibility to see when the torrent was active for the last time (actively uploading). This would help to sort those out which did have any traffic since the last period of time. I have a HDD which is my data grave and normally in sleeping mode (not rotating). I would move there files that rarely are requested.
Furthermore it was discussed in this thread: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=41999
A project member of the libtorrent project stated here: https://code.google.com/p/libtorrent/issues/detail?id=457 that it should be possible to implement this feature.
Change History (7)
comment:1 by , 11 years ago
Milestone: | Future → 1.4.0 |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Component: | other/unknown → GTK-UI |
---|---|
Milestone: | 1.4.0 → 2.0.0 |
Owner: | set to |
Status: | new → assigned |
Version: | other (please specify) → develop (git) |
comment:5 by , 8 years ago
Added to develop gtkui: [e408dc14cc7]
Will need adding to webui and console.
comment:6 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Final set of changes: [036154fc36a]
Renamed to Last Transfer
as active denotes torrent activity i.e. unpaused.
time_since_upload
andtime_since_download
added to core: [0531276b9b9f]UIs can now be updated to use this.