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

Simplify moving tracks in long playlists #10826

Closed
ronso0 opened this issue Aug 26, 2022 · 2 comments · Fixed by #13092
Closed

Simplify moving tracks in long playlists #10826

ronso0 opened this issue Aug 26, 2022 · 2 comments · Fixed by #13092

Comments

@ronso0
Copy link
Member

ronso0 commented Aug 26, 2022

I have a long playlist and I would like to rearrange the order of the songs. I can do it by dragging and dropping but when the new position is pages up or down it gets a bit cumbersome. It would be nice to have some features like cut and paste.

https://mixxx.discourse.group/t/helper-for-moving-files-in-long-playlists/25574

Ideas:

  • move selected tracks with Alt+Up/Down/PageUp/PageDown with takeItem() and insertItem()
  • emulate QDragEnter/Move/LeaveEvent ? discouraged in Qt documentation..
@ronso0
Copy link
Member Author

ronso0 commented Nov 26, 2022

@ronso0 ronso0 linked a pull request Sep 27, 2023 that will close this issue
@ronso0 ronso0 removed a link to a pull request Sep 27, 2023
@ronso0
Copy link
Member Author

ronso0 commented Sep 27, 2023

Another approach is using cut/copy/paste hotkeys, see #12020

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

Successfully merging a pull request may close this issue.

1 participant