Page 1 of 1
Sorting of columns in the "TRACKERS" tab.
Posted: Fri Dec 01, 2023 4:29 pm
by qbittfun2023
Hi,
I have a request, is it possible to add a function to sort the columns in the "Trackers" tab?
Sorting together non-working or working trackers, would make it very easy to delete them.

Re: Sorting of columns in the "TRACKERS" tab.
Posted: Fri Dec 01, 2023 8:42 pm
by Peter
I tried doing this.
It's not easy to implement AT ALL. Like it's really really really complicated and gets messed up real fast.
Why, you ask?
Because of tracker tiers.
You see those two arrows on the right? The ones I never noticed? Yes. Those.
If you implement sortable columns, tier changing functionality breaks.
Obviously some Qt / C++ magician could add this but looks are deceiving.
I tried messing around but no dice; it was beyond my technical skills.
One would have to know the quirks of Qt, learn how it all ties together in Qbittorrent and then come up with a solution that works.
Re: Sorting of columns in the "TRACKERS" tab.
Posted: Mon Dec 04, 2023 8:46 pm
by bob2306
There's a risk that you could remove trackers that are only temporarily down or unreachable, potentially ending-up with no usable trackers. The benefit of removing dead trackers is so small that I don't see the attraction.
Re: Sorting of columns in the "TRACKERS" tab.
Posted: Tue Jun 11, 2024 1:52 am
by mingle
I was going to add to this (potential easier than sorting the "Trackers" tab?):
Would it be possibly to add sorting functionality to the "Peers" tab?
Cheers,
Mike.
Re: Sorting of columns in the "TRACKERS" tab.
Posted: Wed Jun 12, 2024 11:39 pm
by Peter
mingle wrote: Tue Jun 11, 2024 1:52 am
I was going to add to this (potential easier than sorting the "Trackers" tab?):
Would it be possibly to add sorting functionality to the "Peers" tab?
Cheers,
Mike.
I mean, you can add it, it just breaks the tier moving functionality. It's a small patch.
Re: Sorting of columns in the "TRACKERS" tab.
Posted: Tue Nov 19, 2024 8:47 am
by torrenttrackersrus
Irrespective of the apparent strange and whimsical excuses and bazaar assumptions on why not to implement, by some strange individuals, in all seriousness this is basic and ubiquitous feature is missing for absolutely no valid reason what so ever.
All jokes aside, is there an actual developer who has the skills to implement what must clearly be extremely complex logic within the application. The ability to sort columns seems to be an elementary requirement for any table, let alone the tracker table, without which such a useful analysis capability is sorely lacking - and for no apparent reason what so ever other than its too complex? Makes you wonder how secure the application is when a simple table sort is beyond the reach of their capabilities.
Re: Sorting of columns in the "TRACKERS" tab.
Posted: Tue Nov 19, 2024 9:16 am
by Peter
I already posted why. Check out the code and fix it if you are such a capable and skilled programmer yourself.
