Ticket #1493 (new task)

Opened 3 years ago

Last modified 2 years ago

Sort torrents based on queue date/time

Reported by: Stewie Griffin Owned by: rakshasa
Priority: normal Component: rtorrent
Version: HEAD Severity: normal
Keywords: Cc:

Description

I'm not able to sort the torrents based on when they were added/queued. I want a list of all the torrents with the oldest torrents at the bottom of the list.

I tried

view_add = custom view_sort_new = custom,seconds

but got an error. How do I do this?

Change History

Changed 3 years ago by anonymous

this is the only thing holding me back at the moment, when your seeding 100+ torrents this is a genuine problem

Changed 3 years ago by anonymous

rtorrent doesn't record the time when a download was added. The closest you can d.get_state_changed which records the last time you manually started/stopped a download.

view_sort_new = main,less=d.get_state_changed=
view_sort_current = main,less=d.get_state_changed=

Well, it might be possible to set something up that stores the adding timestamp in a d.custom_* variable and sorts based on that, though.

Changed 2 years ago by anonymous

Try seeding 3000+ torrents, and rtorrent crashes.

Not fun.

Note: See TracTickets for help on using tickets.