You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm writing a proxy translating Invidious API into Piped API schema, and have noticed that Invidious doesn't provide channel avatars in search results (neither in API nor official frontend), so, if I wanted to get them, I would need to make a lot of requests on /api/v1/channels/:id.
Also, I think this will be useful to (many?) people, logos/avatars are remembered very well, and firstly we look at the avatar instead of a channel name.
Describe the solution you'd like
Send authorAvatar field in API
Add optional avatar-showing feature to frontend
Describe alternatives you've considered
--
Additional context
--
The text was updated successfully, but these errors were encountered:
unixfox
changed the title
[Feature request] Show channel avatars in search results
[Feature request] [API] Show channel avatars in search results
Oct 7, 2024
I would like to work on this, but I’m a bit lost after reading the code. Correct me if I’m wrong, but the way Invidious works is by consuming the YouTube API, right? After looking into it, it seems that the endpoint /youtubei/v1/search does not return the author's avatar.
So, my question is: is this feature achievable? If so, how? Should I make a separate call (per item) when parsing the results from /youtubei/v1/search to retrieve the authorAvatar?
Is your feature request related to a problem? Please describe.
I'm writing a proxy translating Invidious API into Piped API schema, and have noticed that Invidious doesn't provide channel avatars in search results (neither in API nor official frontend), so, if I wanted to get them, I would need to make a lot of requests on
/api/v1/channels/:id
.Also, I think this will be useful to (many?) people, logos/avatars are remembered very well, and firstly we look at the avatar instead of a channel name.
Describe the solution you'd like
authorAvatar
field in APIDescribe alternatives you've considered
--
Additional context
--
The text was updated successfully, but these errors were encountered: