-
-
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
Ability to skip when both decks are playing on auto dj #2531
Conversation
Thank you for your first PR. Unfortunately a commit hook on Travis fails:
You may also install the commit hooks locally if you like: Unfortunately another test fails as well:
Likely a false positive, so we can ignore it here. I sorry about that. Our CI is not that reliably. We need to work on it but that is another topic. |
The code looks good to me (LGTM). Thank you. If you have a Launchpad account you can assign the bug to yourself. Before merge, we need your permission. and comment here when done. |
@daschuer The patch looks pretty small. Do you think it makes sense to backport this fix for 2.2.4? |
Yes probably. |
Sorry the close and comment button strikes me again. |
In case you don't know how to rebase: https://mixxx.org/wiki/doku.php/using_git#targeting_another_base_branch |
|
Made changes, commented on launchpad post and signed document. |
Hm, it failed again to build on CI. Now it looks like it's trying to use python 3 when building on mac OS.
|
@@ -234,6 +234,18 @@ AutoDJProcessor::AutoDJError AutoDJProcessor::skipNext() { | |||
} else if (!rightDeck.isPlaying()) { | |||
removeLoadedTrackFromTopOfQueue(rightDeck); | |||
loadNextTrackFromQueue(rightDeck); | |||
} else { |
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.
Here is the tailing white space error, Travis complains about.
I think in this case we can ignore most of the CI build issues. This is all a bit legacy. |
The 2.2 CI builds are broken depending on the platform and won't be fixed. These are known issues. We need to abandon the 2.2 branch with a final release asap. |
Please add a descriptive line with a reference to the bug to the CHANGELOG |
LGTM Thank you. |
Nice, thanks for guiding me through my first PR and sorry for any inconvenience, hopefully, next ones will be more smooth =) |
To be honest, this was quite smooth, every complains where of type tap doors. |
This PR fixes this https://bugs.launchpad.net/mixxx/+bug/1399974?comments=all
Now when 2 decks are playing it assumes the user wants to remove the next track on the auto dj playlist.