-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]Add "Last Active" date/time for each torrent feature #305
Comments
Well, it won't be on the interface, but you can use these (pyroscope has created these amazing configs (I only modified a bit), along with the interface modification, if you don't know it then check it out: https://github.com/pyroscope/rtorrent-ps ):
EDIT: fixing config entries in 1. and adding rtorrent-ps configuration to 3.
EDIT2: removed scheduling sorting for the started view (it made the view unuseable with long list) |
How about the last time all the missing chunks where seen? |
Well, what do you want to accomplish exactly?
B. create a new view or sort and existing one by this new 'tm_started', and you'll see if a torrent is old but not finished. |
This should be an easy feature to implement, add the call to libtorrent, an api call to rtorrent and such. Any torrent active would return current time, else last stopped or something. |
My use case is to understand, if there is still demand for torrent or not. And if its last time transfer was long ago, I can remove it from seeding then. I use this in Deluge and would like to have it in rTorrent too. |
Would it be possible to add a date/time "Last Active" feature to libtorrent/rtorrent which shows the date/time that the torrent downloading or seeding was last active.
Transmission/transmissiongui has this feature which is extremely useful for determining whether or not a torrent is "stuck" downloading (ie never likely to complete) or not in demand for being seeded, and thus should be removed.
The text was updated successfully, but these errors were encountered: