Modify player.queue.add() method to give more functionality

Hey, I love that this library has a queue functionality built in. I wanted to suggest a potential optional variable to the player.queue.add() method that could make it a lot better. Simply adding an optional position: number variable would allow adding tracks to the top of the queue, to the middle of the queue, to any part of the queue as to the developer's discretion. In the end, the method would look like add(data: MoonlinkTrack, position?: number): void;. If there is no position specified, just add it to the back of the queue like we currently have it. If the position specified is out of bounds of the queue size, just add it like normal as if the variable wasn't specified. Another addition could be making it so that data could be either MoonlinkTrack | MoonlinkTrack[] meaning a developer can add multiple tracks at once without having to write their own script that re-runs the add method. It's not really that important but could be nice to have. And please do correct me if this functionality already exists.
2 Replies
inland-turquoise
inland-turquoiseOP•2y ago
Now that I think about it, I'm at the point where I might as well just make some PRs and contribute with how many suggestions I have in mind. My suggestion stands, I'll consider contributing if it gets to the point where I feel I really need some features.
1Lucas1.apk
1Lucas1.apk•2y ago
I found it very interesting Well I will, it will be in the next version, thanks for the wonderful suggestion

Did you find this page helpful?