Bleuzen / Blizcord

Discord Bot written in Java using JDA and lavaplayer
MIT License
21 stars 6 forks source link

Automatic shuffle when loading a playlist #7

Closed enolp closed 6 years ago

enolp commented 6 years ago

I don't know if there is a trick to do it but it would be nice if there is an option to automaticaly shuffle everytime lists that you are going to play. Loading a list and typing --shuffle everytime is annoying

Bleuzen commented 6 years ago

(Edit): Would it be ok for you if I add a !loadshuffle <playlist> command? It would load the playlist and shuffle it. In my opinion this is the 'cleanest' solution.

enolp commented 6 years ago

That's I was thinking about, the current method loads the playlists but you have to listen always to the first song in that lists before --shuffle option gets loaded

Bleuzen commented 6 years ago

Next version will contain the new !loadshuffle command ;) https://github.com/Bleuzen/Blizcord/commit/b6637a5a0d188cc5b2e179413469c5a14976153d

You won't have to listen to the first song, since it is shuffled before playing starts.

enolp commented 6 years ago

Woah!! That was quick. Thanks for the great work

Bleuzen commented 6 years ago

@enolp Version 0.9.0 just got released