irbyk / Plex-Discord-Bot_V2

Upgrade of the Plex-Discord-Bot by danxfisher : https://github.com/danxfisher/Plex-Discord-Bot
BSD 3-Clause "New" or "Revised" License
57 stars 12 forks source link

Randomly pick command? #9

Closed Zackman634 closed 3 years ago

Zackman634 commented 3 years ago

Just an idea. I have no idea if that's reasonable, but still

irbyk commented 3 years ago

From your entire song library ?

Zackman634 commented 3 years ago

Yes. The ultimate shuffle command.

irbyk commented 3 years ago

It shouldn't be too hard to do that. PlexWeb Api seems to accept a shuffle option.

Edit : I didn't find how to exploit the PlexWeb API so I did it by "hand" ^^.

irbyk commented 3 years ago

It's done. I just push an update, and the new command is !random.

irbyk commented 3 years ago

Give me any feedback if you find any issue :).