lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.59k stars 672 forks source link

Suggestion: Return the thumbnail uri and author channelid with the ytsearch data #160

Closed Kaydax closed 1 year ago

Kaydax commented 6 years ago

This would be a very helpful feature as it removes the need to use the youtube api to grab the thumbnail url and the author id as all the other info, like the title and uri, are already returned with the lavalink ytsearch feature.

schnapster commented 6 years ago

removes the need to use the youtube api

How so? Do you expect Lavalink to conjure the channel and thumbnail out of thin air? Or is your suggestion to implement querying the Youtube API as part of Lavalink?

freyacodes commented 6 years ago

Would depend on https://github.com/sedmelluq/lavaplayer/pull/101

WorkingRobot commented 5 years ago

Would also be useful if it included the description, too.

topi314 commented 1 year ago

this has now been implemented in Lavalink v4 see first beta release https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.0-beta.1

as for author id a custom source manager would do this