Sorting of columns in the "TRACKERS" tab.

Discuss suggestions and ideas for the forums, site, software.
Post Reply
qbittfun2023
Newbie
Newbie
Posts: 1
Joined: Fri Dec 01, 2023 10:32 am

Sorting of columns in the "TRACKERS" tab.

Post 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.
Image
User avatar
Peter
Administrator
Administrator
Posts: 3044
Joined: Wed Jul 07, 2010 6:14 pm

Re: Sorting of columns in the "TRACKERS" tab.

Post 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.
bob2306
Veteran
Veteran
Posts: 91
Joined: Mon Jun 12, 2023 8:56 pm

Re: Sorting of columns in the "TRACKERS" tab.

Post 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.
mingle
Newbie
Newbie
Posts: 5
Joined: Wed May 29, 2024 3:42 am

Re: Sorting of columns in the "TRACKERS" tab.

Post 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.
User avatar
Peter
Administrator
Administrator
Posts: 3044
Joined: Wed Jul 07, 2010 6:14 pm

Re: Sorting of columns in the "TRACKERS" tab.

Post 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.
torrenttrackersrus
Newbie
Newbie
Posts: 1
Joined: Tue Nov 19, 2024 8:39 am

Re: Sorting of columns in the "TRACKERS" tab.

Post 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.
User avatar
Peter
Administrator
Administrator
Posts: 3044
Joined: Wed Jul 07, 2010 6:14 pm

Re: Sorting of columns in the "TRACKERS" tab.

Post by Peter »

torrenttrackersrus wrote: Tue Nov 19, 2024 8:47 amyap yap yap
I already posted why. Check out the code and fix it if you are such a capable and skilled programmer yourself. :)
Post Reply