Skip to content

What's the correct way of fetching thumbnails (avatars) of multiple channels? (cached?) #5408

Closed Answered by absidue
tzwel asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I am saying don't build a cache, we don't do it for anything else, e.g. if the published date is missing then we just don't show it, same goes for the view count and duration and many other things.

The subscriptions page is the only one I would say that you should use the thumbnail URL from the profiles.

The easiest way to navigate around the code if you don't know it well is to start in the file for the page you are interested in. Each page in FreeTube has a subfolder in the src/renderer/views folder. When you are inside a JavaScript file and have found a function that you are interested in, most editors have a way to jump to that functions definition, in VSCode you can do that by C…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@tzwel
Comment options

@absidue
Comment options

Answer selected by tzwel
@tzwel
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants