-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Watch history #182
Comments
This is actually a bit of a limitation in how Invidious keeps watch history. As you can see here, Invidious currently stores watch history just as a list of video IDs, which is enough to filter results, but not enough to display a list of videos. A couple things will have to be changed to support this, just thought I'd provide some info. |
Added with 6b12f11. Currently, since Invidious only stores watch history as a list of video IDs, the only relevant information that can be displayed is the thumbnail. Expect this to be updated to support Currently |
I don't think the eye icon makes sense as a button to clear a video from the history — a delete icon like an x or a garbage can would make more sense. Linking to the history in the settings sounds sensible. You could also add a link at the top of /feed/subscriptions, next to the "Manage subscriptions" link perhaps. |
Well, the publisher name and date would be nice to have. |
I'm going to close this since the original functionality has already been implemented. I'm looking into refactoring to allow for the publisher name and date, as well as some other information, which should be tracked in #259, so expect to see that added soon. |
Currently there is no way to see your list of watched videos, e.g. https://www.youtube.com/feed/history.
The text was updated successfully, but these errors were encountered: