iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.39k stars 1.83k forks source link

[Enhancement] Add Watch Timestamp In History #3362

Open C-Loftus opened 2 years ago

C-Loftus commented 2 years ago

Is your enhancement request related to a problem? Please describe. In the /feed/history section there shows thumbnails for videos but no timestamp when they were actually watched.

Describe the solution you'd like

I would like a timestamp to be next to the video so I can see when I viewed the video not just what it was.

Describe alternatives you've considered I have not found any way to get the timestamp without going into the database itself which obviously doesn't work for non-admins. Perhaps I am missing something though. I didn't see anything about this in the docs or github issues.

Additional context I am using the Yunohost package of Invidious.

SamantazFox commented 2 years ago

There is no way to find that information, as it is not stored in the database. If this is implemented, only videos watched after that (hypothetical) date would have a timestamp.