-
-
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
AutoDJ: Add Random Track Control to AutoDJ. #3076
Conversation
This PR does currently not build:
|
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.
We like to have all commits build. So please rebase and sqash the commits after they are building again.
So Sorry about this, It was pretty reckless of me to not notice that, I'll rebase the branch as you suggested. |
You screenshots are not that handy. |
If you address my inline comments, I think everything schould work. |
I couldn't make anything out of this error, I mean it says that it's undefined but I don't really know where are the changes I am supposed to make? I even tried to make the changes u requested first, re-built my |
You need to remove |
This commit introduces the Random Track Control to AutoDJ. It replaces add_random with add_random_track in the whole codebase, and changing the function names and QT class members to maintain consisistency.
@daschuer What more needs to be done? |
Looks and works good. Once you have removed the draft state I can merge. Would you mind to also add the new control here: Thank you very much. |
https://github.com/mixxxdj/mixxx/wiki/Mixxxcontrols#autodj over here, right? |
yes, the range is binary, the description is also okay. |
Please add a changelog entry to |
Hope I added it at the right place :) |
Done @Holzhaus |
Please don't. Those are just links to footnotes. I set it to 217 introduced in 2.3 |
Yea, sorry about that, I was confused with adding the footnote. Moreover, Is there anything left to do in this PR? |
Don't be sorry, I just wanted to save you from annoying, unnecessary work :) I did not look into the code. Someone else needs to review & merge. |
Yes! I was thinking of discussing things regarding the footwork in the wiki, Would love to work on it.
Sure |
We should eventually move this from the wiki to the manual, then we get versioning for free. |
@Holzhaus anything left to do here? Ready to merge? |
The pre-commit hooks fail. |
Looks like the control documentation accidently ended up in the manual even though it hasn't been merged yet. I'll remove it: mixxxdj/manual#255 and you can open a new PR that adds it back (with |
What about this is not ready to merge? |
|
|
Click on the "Details" for the Travis Check, look at the output for the "pre-commit-pr" job and apply the diff from there. To avoid future issues, I suggest you install our pre-commit hooks locally: https://github.com/mixxxdj/mixxx/wiki/Using-Git#set-up-automatic-code-checking |
It you installed the pre-commit hook, you won't be able to commit that patch as-is. The hook will detect the long lines and break it according to our code style. |
ohh ok, Sure then, I'll commit the changes now, btw yes I did install it, thanks :) |
@Holzhaus Is this ok? |
Thank you for your first PR :-) Before merge, you need to sign: |
@daschuer uhmm, so the thing is, this is my second pr, my first one was #3043 (comment), I had already signed the aforementioned form. Do I need to re-sign it? |
Oh I am very sorry. I have missed to add you name to the Mixxx about box. |
I'll take care of it this time, but please don't merge CO changes before a corresponding PR for the manual that documents the changes is ready to merge. In this instance, we already have documentation because @PawBud added it to the wiki page before we migrated the control documentation to the wiki (reverted in mixxxdj/manual#255). I'll make a new PR that reverts that PR. |
…trol This reverts commit 78d3a4a and bumps the versionadded to 2.4.0, since mixxxdj/mixxx#3076 has now been merged.
This reverts commit 78d3a4a and bumps the versionadded to 2.4.0, since mixxxdj/mixxx#3076 has now been merged.
This reverts commit 78d3a4a and bumps the versionadded to 2.4.0, since mixxxdj/mixxx#3076 has now been merged.
Have a look at: mixxxdj/manual#277 |
This PR aims to implement the wishlist Feature Request, Adding Control to Add Random Track to AutoDJ.
Discussions:-https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/Add.20Control.20to.20Add.20Random.20Track.20to.20AutoDJ
Feature Request:-https://bugs.launchpad.net/mixxx/+bug/1887845