-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Option to remove partially watched videos from the 'Whats new' feed. #9126
Comments
Hi there, I am a computing student from the Australian National University. Can I take on this issue? Thanks. |
@ishitak0712 Absolutely, yes. Just submit a PR whenever you are free. |
@ishitak0712 Could you give an idea of how you're thinking of doing this? |
Maybe, we could add an option
|
I was thinking of a simple menu with radio buttons, which lets a user choose between full, partial, or both. |
@opusforlife2 Videos should not be considered partially watched if only watched for 2 or 3 seconds. This value may vary from person to person as senior citizens may take a longer time to understand if a video is clicked mistakenly. |
The duration of partially watched videos is a bit tangential to this particular issue, though. To discuss letting users set custom durations for it, you can open a new issue. |
10 seconds seems fine to me or even 5seconds is good enough to consider a video partially watched |
Maybe consider adding an option to set the duration to avoid conflicts and frustration between user base. I believe the default should be set to 5 seconds. That would solve the issue entirely |
Yes that is what I was thinking too. Defining a threshold value over which the video is considered watched. 5 seconds seems good to me. |
Currently this is the code that controls whether an item's "viewed" state is saved, and whether an item is considered as "finished".
Note that the So any code change related to So what I'm proposing is to make the "hide watched" button a tristate button with this behavior:
|
@Stypox @ishitak0712 Is this ticket still being worked on or can I give it a try? |
@Jared234 Go ahead. |
Short press on Hide Items icon could rather show checkboxes instead with options |
I don't think that checkboxes are necessary. Correct me if I am wrong, but I don't think there a use case where you e.g. only want to hide the partially watched and not the fully watched streams. |
There are two toggles: Hide Watched Items & Hide Future Items. There's no need for two separate icons. Rather, merge them into a single one icon Hide Items. Short press on this icon could show three checkboxes in a drop-down menu. They are: |
Oh.. ok, then I agree that checkboxes make sense. Thanks! |
What about a 3-state button that simply switches between these views? |
Hmm ... I prefer the solution approach of @SameenAhnaf. If we were to use a button with 3 states, would it even be possible to hide, for example, fully viewed and upcoming videos at the same time? |
@opusforlife2 I'd have suggested so if hiding only watched videos was useful. But there's an already an issue to hide Show Watched Items icon to avoid a bloated UI. See: #7090 I'm pretty sure that there will be issues for hiding downloaded and saved to playlist items. These new icons will make the UI even more crowded. |
Checklist
Feature description
Option to hide partially watched videos along with fully watched videos from the what's new feed of subscribed channels.
Why do you want this feature?
Sometimes you don't find some video worth watching or listening and you skip it in the current playing queue but it still remains in the what's new feed, which is somewhat annoying.
Additional information
No response
The text was updated successfully, but these errors were encountered: