-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Add Shuffle, Move, Swap and Remove Track commands #139
Add Shuffle, Move, Swap and Remove Track commands #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the great contribution. I just tried out all the new commands and they work great, but I ran into a minor index issue with the swap
commands where it swaps one index higher than what is entered (e.g. it swaps 4 and 5 when entering 3 and 4 as the input).
Hmm 🤔 thanks I'll take another look. |
Ah got it, messed up the user option capture when I did some renaming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@samdammers Thank you again for your contribution. |
These commands manipulate the queue.
Shuffle: shuffles the queue and displays the shuffled result
Move: moves a single track to the desired position
Swap: switched the places of two tracks
Remove: removes a track from the queue