johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
353 stars 33 forks source link

torrents sorting #550

Closed adiadi2 closed 7 months ago

adiadi2 commented 10 months ago

Hi, is it possible to sort torrents by age, 'm I blind? Love the skin but missing sorting. ty

johman10 commented 10 months ago

Hi! You can sort by any of the columns that you can find in the settings => User Interface.

Currently "age" is not one of those, I will keep this issue open to add support for that value as a column at some point.

jamesharding commented 7 months ago

Hi, is it possible to sort torrents by age, 'm I blind? Love the skin but missing sorting. ty

You can add the columns "added" and "created" which contain the datetime values you might be looking for, and these can both be sorted!

johman10 commented 7 months ago

@jamesharding is correct actually, the "age" that you're requesting is either created or added. Which are already present in the UI.

If you want to sort by a specific column you have to make sure it's shown by selecting the column in the "User Interface settings". Once you have the column you can click on the column header to sort by the column either ascending or descending.

I will close this issue now as it became clear that it's already supported.