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

Watch History does not show titles of Videos #234

Open
TheBossMan3 opened this issue Dec 21, 2023 · 1 comment
Open

Watch History does not show titles of Videos #234

TheBossMan3 opened this issue Dec 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TheBossMan3
Copy link

Watch history does not show titles of videos. Also, it would be nice if it would automatically open the spot you were at before or а continue watching feature

@iBicha
Copy link
Owner

iBicha commented Dec 21, 2023

Thanks for reporting (and thanks for using the Canary version!)
As of right now, the Watch history not showing titles of videos is intentional. In fact it shows nothing except the thumbnails (no title, author, length, view count, etc).
This is because the watch history is stored in Invidious as video IDs only in the database - we don't cache all the other details.
From the ID, getting the image is fast and doesn't require extra network calls or database queries.
So overall this is an optimization to avoid making too many requests. In fact, this behaviour matches Invidious as well (it only shows the image).
I will evaluate if we can load the first 4-5 videos (each will require a network call to Invidious) and then load more as you scroll. If this turns out to be inefficient, then it will can remain without titles.

As for the the spot you were at before or а continue watching feature - this is still in the works, as per #138 (there will be a little red progress bar under each video, a new "Continue watching" section, etc)

@iBicha iBicha added the enhancement New feature or request label Dec 21, 2023
@iBicha iBicha mentioned this issue Dec 21, 2023
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants