Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing the queue structure #273

Open
llimonix opened this issue Dec 31, 2023 · 1 comment
Open

changing the queue structure #273

llimonix opened this issue Dec 31, 2023 · 1 comment

Comments

@llimonix
Copy link

llimonix commented Dec 31, 2023

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

@EvieePy
Copy link
Member

EvieePy commented Dec 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants