Wavelink icon indicating copy to clipboard operation
Wavelink copied to clipboard

changing the queue structure

Open llimonix opened this issue 1 year ago • 1 comments

In order to divide the queue into playlists and be able to skip an entire playlist/album, do I need to redefine or create my own queue storage function and the logic of working with it? Is there no other way?

Here's how it's implemented in my bot without the wavelink library image

llimonix avatar Dec 31 '23 04:12 llimonix

We are currently in the process of rewriting how the queue works, which will add some QoL features and functionality. Currently I guess you could loop through every track in the queue and remove the ones that have the same Playlist name. I'll keep this in mind as something to add with the new system though.

EvieePy avatar Dec 31 '23 04:12 EvieePy