Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better filtering of torrents by status #19546

Open
DarkVoyage opened this issue Sep 1, 2023 · 0 comments
Open

Better filtering of torrents by status #19546

DarkVoyage opened this issue Sep 1, 2023 · 0 comments
Labels
Feature request Filters Issues requiring filters/regexs

Comments

@DarkVoyage
Copy link

DarkVoyage commented Sep 1, 2023

Suggestion

#19504 led me to an idea that statuses should be not groups, but filters that give custom results and helps you reduce the clutter. Current status groups are not precise and they collect several different statuses that are not the same.

Use case

For example, downloading group contain not only currently resumed torrents, but also paused (stopped), which is not correct. This group should be called instead incomplete and be a separate group. Group "Stalled Uploading" looks to me completely useless, because waiting for peer is normal situation for seeding torrents. It is named like they are "problematic". At same time stalled downloads are problematic downloads that are stuck in unfinished state (dead or unconnectable). And then a group Stalled that combine both is twice useless list that has no sense at all.

I think that desired filtering can be obtained, if statuses were conditional and you can select the needed combination of options. Filter should offer several conditions, some of which are multistate and some are boolean like moving and checking.

So the final list of combinations should look like:

  • Direction: (bi-directional arrows) Both (Default) > (arrow down) Downloading > (arrow up) Uploading
  • State: (some icon) All (Default) > (play icon) Resumed > (pause icon) Paused > (stop icon) Stopped*
  • Activity: (some icon) All (Default) > (some icon) Active > (some icon) Stalled
  • Moving (amount): checkbox True/False (Default)
  • Checking (amount): checkbox True/False (Default)
  • Erorred (amount): checkbox True/False (Default)
  • Reset all to default button

Where is "complete/incomplete"? Actually downloading is incomplete and uploading is complete, this is the same.

When you click on each filter - it cycles through all modes and changes icon on the left.

So what we get.

  1. There would be no mixed groups of torrents that are joined for no obvious reason.
  2. You get rid of redundant groups like Stalled and Stalled Uploading, same result can be obtained by combination of filters if needed.
  3. You can get precise filtering that is not possible with current options. For example, paused contains both downloads and uploads paused. Resumed includes moving torrents, which is not correct and of no interest - active is downloading or uploading, but not moving. But qBT can have several switches at once: torrent can be moving, checking and paused/resumed at once, if these actions are programmed inside resume data one after another.

Extra info/examples/attachments

*see discussion regarding renaming paused mode to stopped and adding a different paused mode #19472 then filtering would have more variations

@luzpaz luzpaz added the Filters Issues requiring filters/regexs label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Filters Issues requiring filters/regexs
Projects
None yet
Development

No branches or pull requests

2 participants