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

Add filtering by minimum-length and/or title substrings #39

Open
sophia-behling opened this issue Jul 7, 2023 · 0 comments
Open

Add filtering by minimum-length and/or title substrings #39

sophia-behling opened this issue Jul 7, 2023 · 0 comments

Comments

@sophia-behling
Copy link

sophia-behling commented Jul 7, 2023

Some channels upload shorts as regular videos, which results in them not being filtered. There seem to be two basic cases:

  1. The uploader marks the videos with #shorts or similar strings in the video title. This can be solved by adding a user-editable list of strings, which, if one of them appears in the video title, will cause that video to be hidden.
  2. The very short regular videos have nothing in common other than being very short. This can be solved by adding a user-adjustable minimum length for videos, which will cause any shorter video to be hidden.

Example 1: A channel, which uploads some of its shorts as regular videos, but marks them with #shorts in the title. Implementing either filter would solve this problem.

Example 2: A channel, which uploads regular videos, some of which last for hours, whereas others last only a couple of seconds. Because they don't have a common title substring, only the minimum length filter would solve this problem.

Personally, I'd be perfectly happy with just the minimum length filter implemented; IMHO using either filter should be optional (on/off toggle).

Thank you :-)

@sophia-behling sophia-behling changed the title Add filtering by title substrings Add filtering by minimum-length and/or title substrings Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant