Closed nayots closed 3 years ago
make a filter that only shows torrents that have a Video quality of 1080p
Conditions:
Episode video resolution | is not | 1080p
Action: Discard matched items
Discard type: Hide discarded items
If all you need is 1080p, you can specify it at your RSS feed URL rather than creating a filter. This will give you more results.
https://nyaa.si/?page=rss&c=1_2&f=0
(default RSS feed)https://nyaa.si/?page=rss&c=1_2&f=0&q=1080p
(limited to 1080p)This is not a solution since the q query param is used by the title placeholder and adding 1080p does not return only 1080p quality.
&q=%title%
The feed with that is the one you use for searching. Just add 1080p to your search or change your filter so non-1080p torrents are hidden by default.
It just does not work
A simple regex filter for a column would be a simple but effective fix.
It is working perfectly fine for me.
FYI: If you're having issues with "is not 1080p", consider "does not contain 1080". But your issue is 100% certain to be caused by another filter that you have that does discards but does not hide those torrents. Taiga doesn't discard torrents twice.
If I add this filter on top I have the same issue as you:
Basically to fix your issue all you have to do is move that filter to the top of the list instead of at the bottom.
Works:
Doesn't work:
Moving the filter to the top has yielded the desired result. Thanks @paulo27ms
There is no valid way to make a filter that only shows torrents that have a Video quality of 1080p with the current application.
There should be an option to filter each column by regex.