-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
right click "Add to Playlist"+"Add to Crate" items for tracks should have "new" as option #7025
Comments
Commented by: vedu Attached patch fixes the bug. It Builds and runs as expected. However, there was a lot of code duplication between the 2 (playlist and crate). Also, I mainly copied code from the BasePlaylistFeature and CrateFeature. I tried to avoid more code duplication by inheritance or using "friend" but the problem was that I would be creating a new object. There was no way of accessing the existing the objects of the said classes. Any ideas on this? |
Commented by: rawrr Well, it works at least. Awesome job getting the patch in! Sorry to take this long to congratulate you 9_9 Thanks so much fixing my bug!! |
Commented by: daschuer @vedant, are you still working on this patch? Or is it ready for review? @RAWRR, do you have a public GitHub branch which includes this patch. If yes, it would be helpful to issue a merge request against current mixxxdj/master branch. Thank you. |
Commented by: rawrr Ixnay on that, I checked in haste and under lack of sleep. I mistook the normal tree view right click feature for it 9_9 Sorry. |
Issue closed with status Fix Released. |
Reported by: rawrr
Date: 2013-05-12T00:03:33Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp1179097
Tags: crate, crates, easy, gui, menu, menus, playlist, playlists
Attachments: bug1179097v1.patch
I know that you could just create a new playlist or crate beforehand and then add selected tracks to it. However, it would be smoother and faster for it to also be connected to right click options for selected tracks, especially since other playlist and crate functions are present there too.
The text was updated successfully, but these errors were encountered: