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

[Feature Request] Implement a "Watched" Playlist System #7

Open
SakiSakiSakiSakiSaki opened this issue Feb 18, 2023 · 0 comments
Open

Comments

@SakiSakiSakiSakiSaki
Copy link

Since "Watch Later" and "History" don't produce links, and require User Auth, you can probably implement a scuffed workaround.

Allow a user to designate a manually created playlist as their "Watch Later" playlist, (I named mine "Watch Soon").
Allow them to designate a manually created playlist as their "History" playlist, (I made mine "Watched".)

The idea is that when a user is done watching a video, they can remove it from their "Watch Soon" list and add it to their "Watched" list. Videos in the "Watched" list will be removed from the "Watch Soon" list.

Another method of "cleaning up" watched videos without accidentally removing deleted videos, is to check to see if a video that is missing in a playlist suddenly is still on YouTube.
If Yes, then remove from hard drive and where ever else.
If No, then keep it on your hard drive.

Downside of this is that you have to keep deleted videos on your YouTube frontend playlist if you don't want to lose them on your hard drive. But perhaps you can make this optional on a playlist-by-playlist basis, such that I could only enable this method on the "Watch Soon" playlist.

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