Sort groups by time
zeenk opened this issue ยท 5 comments
Previously with the 3.8.3 release I could use another addon to have it sort the newest groups at the top but with the new ui update it seems to have broken that so it no longer works, could you possibly look into that so the two addons can work together again? :)
I assume live filtering broke the interaction. PGF support filtering, but only in expert mode (click minimize button in title bar) by entering e.g. agesecs asc
in the sorting box.
Most players seem to be happy with sorting by M+ rating. I already thought about adding a dropdown for predefined sorting options, but I am not sure if more than a few players are interested in different sorting options.
Ah I see, yeah agesecs asc
works but it removes the other selected filters I have from normal mode but a dropdown to choose between time or score sorting would be sweet for the normal mode ๐
You can fix that by using appduration desc, acesecs asc
.
appduration
is the number of seconds an application for a group is up, so sorting it from high to low (descending) will show applications at the top as non-applications have a duration of zero.