Yucked / Victoria

🌋 - Lavalink wrapper for Discord.NET. Provides more options and performs better than all .NET Lavalink libraries combined.
https://github.com/Yucked/Victoria/wiki
193 stars 48 forks source link

[ BUG ] can’t seem to load YouTube playlist? #122

Closed TBooty closed 2 years ago

TBooty commented 2 years ago


Describe the bug/issue.

whenever a YouTube playlist is linked it will sanitize the input to a single YouTube video and only play that.

I was digging through some old pull requests and I noticed some one mentioned an option to set it to true or false. Is there an option i am missing in v5 to support playlists?

I dig through the documentation and the code and not seeing much besides, I could be missing it here

Yucked commented 2 years ago

Which PR are you referring to?

TBooty commented 2 years ago

Which PR are you referring to?

I saw it here

https://github.com/Yucked/Victoria/pull/36

But that was 2019 and it looks like the lava test client was deprecated

Yucked commented 2 years ago

No that is completely unrelated. What you are mentioning is a Lavalink issue. Victoria forwards the information the Lavalink and it's up to Lavalink/LavaPlayer to parse everything on their end.

TBooty commented 2 years ago

Sounds good. Will dive into lavalink to see how it returns.

Thanks for your help