holomorph / transmission

Emacs interface to a Transmission session
GNU General Public License v3.0
85 stars 11 forks source link

Is it possible to display torrents ordered by addition date? #4

Open smaximov opened 8 years ago

smaximov commented 8 years ago

As far as I can tell, tabulated-list-mode supports only sorting by predefined columns found in tabulated-list-format. If it is true, can you add "added on"/"age" column to the displayed columns?

holomorph commented 8 years ago

I /could/, but I don't want to. Indeed, it would be nice if tabulated-list-mode exposed a way to sort by an arbitrary predicate; then all that would be needed is having addedDate stored in the list ID object…

thomasf commented 1 year ago

A defcustom that can be used to enable/disable an addedDate column maybe?

vanangamudi commented 10 months ago

A defcustom that can be used to enable/disable an addedDate column maybe?

Is there way to do this yet? I need recently added torrents to be at the top!