M*C*O
M*C*O
> When will this be officially fixed? Dev is MIA, use https://github.com/Walkyst/lavaplayer-fork in the meantime.
Worth noting that the joining of discord channels is not handled by LP at all, rather by your discord API wrapper. If your bot for some reason fails to join...
it is possible. Instead of a URL, pass `ytsearch:my query` as identifier. `playlistLoaded` will be called with an AudioPlaylist of search results, with `isSearchResult` being true. Just play the first...
> > > So which class would I need to do this? nothing specific, you only need to have a YoutubeAudioSourceManager registered. If you can play normal youtube videos, you...
If you copied the demo classes, then you must have a line of code where you call `loadItemOrdered` (or `loadItem`). In the JDA demo, that's here: https://github.com/sedmelluq/lavaplayer/blob/8b65f554d7b0d78051631e79404fec881627f6a8/demo-jda/src/main/java/com/sedmelluq/discord/lavaplayer/demo/jda/Main.java#L72 In this example,...
when you go too far into detail, you can argue into eternety. for example, you'd expect humans to develop some kind of armor that counters glass shrapnels.
> > > Hellooo, > > I'm trying to use the lava player for my Minecraft mod: > > I let the player run in a Thread, and with a...
Turns out the LocalPlayerDemo has an example of that: https://github.com/sedmelluq/lavaplayer/blob/8b65f554d7b0d78051631e79404fec881627f6a8/testbot/src/main/java/com/sedmelluq/discord/lavaplayer/demo/LocalPlayerDemo.java#L22-L33
Use https://github.com/Walkyst/lavaplayer-fork
Still the same solution, use Walkyst's fork and report any issues there.