-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Feature Request] Better Filtering Support for Labels / Trackers #34
Comments
This is not a feature I can implement for all clients due to incompatibility with the the APIs. Do you have a specific client in mind? |
Well tracker filtering should be able to be done for any client. Labels should be on clients that support labels (ie: deluge rtorrent qbittorent). As a side note I would also hide the label row when using transmission as it's currently being displayed. |
If the API does not cooperate I will not be able to implement filtering based on tracker. E.g. with qBittorrent (see here) there is no way of achieving this without making a HTTP call for every listed torrent. This is highly unpractical hence why the official web UI does not support this feature as well. uTorrent is simply out of the question as well. If you can find (or know) any official or third party web UI that supports this feature, for any of the clients, please let me know. rTorrent is by now the only client API cooperating on this matter (i have inspected ruTorrent for this implementation). |
As of now this feature has been implemented for rTorrent and Transmission. It does not seem likely that it is trivial to implement on other clients. |
Add support for filtering by Labels and/or Trackers to the left hand side.
The text was updated successfully, but these errors were encountered: