Add filter "Active with Traffic" #13518

Open
opened 2026-02-22 00:01:23 -05:00 by deekerman · 3 comments
Owner

Originally created by @itlezy on GitHub (Jun 8, 2022).

Suggestion

Add a filter that displays only the torrents with actual active traffic (download or upload). The bandwidth threshold could be configured eventually.

Use case

Provide a quick way to see what torrents are really "Active"

Extra info/examples/attachments

See commit github.com/itlezy/qBittorrent@58876dad50

2022-06-08 12_21_19-Window

Originally created by @itlezy on GitHub (Jun 8, 2022). ### Suggestion Add a filter that displays only the torrents with actual active traffic (download or upload). The bandwidth threshold could be configured eventually. ### Use case Provide a quick way to see what torrents are really "Active" ### Extra info/examples/attachments See commit https://github.com/itlezy/qBittorrent/commit/58876dad50f09c51d7e31e47fd3bf787f31c6387 ![2022-06-08 12_21_19-Window](https://user-images.githubusercontent.com/24484050/172595000-86751df4-8066-445c-9d00-ddf59930c5fa.png)
Author
Owner

@thalieht commented on GitHub (Jun 8, 2022):

I haven't checked if isActive() is used in any core stuff (and can't be changed because of it). If it is, i would add another method that's intended only for GUI and use that instead for the Active filter. We can't have torrents be considered active solely based on their state e.g. with "Forced" states.

@thalieht commented on GitHub (Jun 8, 2022): I haven't checked if `isActive()` is used in any core stuff (and can't be changed because of it). If it is, i would add another method that's intended only for GUI and use that instead for the Active filter. We can't have torrents be considered active solely based on their state e.g. with "Forced" states.
Author
Owner

@itlezy commented on GitHub (Jun 8, 2022):

Yes, I have added another method isActiveWTraffic() to keep this logic isolated, see the commit I linked above. I don't have much time to make proper changes and clean commits, so I make changes to my 'experimental' branch and build for me. But someone can take the commit and make it clean to be merged in master

@itlezy commented on GitHub (Jun 8, 2022): Yes, I have added another method `isActiveWTraffic()` to keep this logic isolated, see the commit I linked above. I don't have much time to make proper changes and clean commits, so I make changes to my 'experimental' branch and build for me. But someone can take the commit and make it clean to be merged in master
Author
Owner

@xavier2k6 commented on GitHub (May 24, 2025):

ANNOUNCEMENT!

For anybody coming across this "Feature Request" & would like/love to see a potential implementation in the future!
Here are some options available to you:

  1. Please select/click the 👍 &/orreactions in the original/opening post of this ticket.

  2. Please feel free (If you have the "skillset") to create a "Pull Request" implementing what's being requested in this ticket.
    (new/existing contributors/developers are always welcome)


DO:

  • Provide constructive feedback.
  • Display how other projects implemented same/similar etc.

DO NOT:

  • Add a "Bump", "me too", "2nd/3rd" etc. or "criticizing" comment(s).
    (These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)
@xavier2k6 commented on GitHub (May 24, 2025): ## ANNOUNCEMENT! For anybody coming across this **_"Feature Request"_** & would like/love to see a potential implementation in the future! **Here are some options available to you:** 1. Please select/click the 👍 **&/or** ❤ `reactions` in the original/opening post of this ticket. 2. Please feel free _(If you have the "skillset")_ to create a **_"Pull Request"_** implementing what's being requested in this ticket. **_(new/existing contributors/developers are always welcome)_** ____ **DO:** * Provide constructive feedback. * Display how other projects implemented same/similar etc. **DO NOT:** * Add a "Bump", "me too", "2nd/3rd" etc. or "criticizing" comment(s). **(These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#13518
No description provided.