PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
389 stars 179 forks source link

changing the queue structure #273

Open llimonix opened 8 months ago

llimonix commented 8 months ago

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 commented 8 months ago

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.