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

Fix the way video whitelisting is done in Video filtering #506

Open
arkydon opened this issue Mar 19, 2024 · 0 comments
Open

Fix the way video whitelisting is done in Video filtering #506

arkydon opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@arkydon
Copy link

arkydon commented Mar 19, 2024

Is your feature request related to a problem? Please describe.
"Video filters" has an option to block or allow only videos with certain keywords.

Blocking videos that contain certain keywords is straightforward and works the way you expect.
But blocking videos that don't contain certain keywords has not been implemented right. When you add a keyword like "minecraft" and set the filter option to "contains" it will only show videos with minecraft in their title. The problem is when you add more whitelist keywords like example: "terraria", the app will block all videos that don't contain BOTH "minecraft" and "terraria" in their titles.

Describe the solution you'd like
The way it should work: when we add multiple separate keywords with the "contains" operation it should block videos/channels that don't contain atleast one of the keywords.
Eg. Adding "minecraft", "terraria", "GTA" separately will block videos that dont contain "minecraft" OR "terraria" OR "GTA" in the title.
Eg. Adding "minecraft education" and "terraria" will block all videos that don't have "minecraft education" or "terraria" in their titles.

@arkydon arkydon added the enhancement New feature or request label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant