mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI: Sorting Memory that matches non-webui #17487
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#17487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ratman-codes on GitHub (Jan 31, 2026).
Suggestion
In base qbittorrent as a client on your desktop, you can do a nested sort.
What I mean by that is, if I were to sort my torrents by "Added On" to get all my newest torrents on top, that would work.
Then, if I were to click "ETA" to sort torrents by the ones that are going to finish soonest, qbittorrent would maintain the "Added On" filter for all torrents with infinite ETA (aka torrents that are complete) and only apply the ETA filter where it's relevant (actively downloading torrents).
By this technique, we can have a sort that is relevant for both inactive and active torrents, applying "Added On" logic to all torrents that are done downloading and "ETA" logic to all torrents that are in the process of downloading still.
On webui, if I do the same thing, I don't get the same result. I can go "Added By" which works as expected. Then when I click ETA, if I scroll down below my active torrents, it seemingly randomizes them or at least it isn't immediately clear what is going on :
I would love if webui had the same sorting logic as normal UI as I've transitioned over to webui with my server but can't sort the way I used to.
Use case
No response
Extra info/examples/attachments
No response