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

Option to prioritize unwatched videos when autoplaying #2109

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ai25
Copy link

@ai25 ai25 commented Feb 15, 2023

The priority will be:
Next playlist video > unnwatched video from the same channel > unwatched video > first video in queue

@ai25 ai25 changed the title Option to prioritize next video when autoplaying Option to prioritize unwatched videos when autoplaying Feb 15, 2023
@@ -556,6 +573,50 @@ export default {
onTimeUpdate(time) {
this.currentTime = time;
},
async getWatchedRelatedVideos() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will need to remove this once #2112 gets merged

@ai25
Copy link
Author

ai25 commented Mar 1, 2023

I was confusing autoPlayVideo preference with autoplay. I added autoplay to the preferences page and also made it more clear the other 2 options are related to "Autoplay Next" rather than "Autoplay Video".

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

Successfully merging this pull request may close these issues.

None yet

2 participants