-
-
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
Auto dj crates #18
Auto dj crates #18
Conversation
I need some feedback on the GUI, but otherwise this feature should be ready for merging into the trunk!
…d, and uses that to prioritize randomly-added tracks! I thought the system didn't have that info...turns out it's stored as PlaylistTracks.pl_datetime_added for set-log playlists! Also updated to latest trunk version.
…o DJ" feature. One more convenient way to add a crate to the auto-DJ queue!
…te from AutoDJ" to "Disconnect from AutoDJ", and fixed curly-brace placement, per Daniel Schürmann's feedback.
…s of how recently the track was played.
Added one word to auto-DJ-crates preferences text
Conflicts: mixxx/res/schema.xml mixxx/src/dlgprefcontrols.cpp mixxx/src/library/trackcollection.cpp
@@ -347,4 +347,12 @@ METADATA | |||
ALTER TABLE Library ADD COLUMN key_id INTEGER DEFAULT 0; | |||
</sql> | |||
</revision> | |||
<revision version="19" min_compatible="3"> |
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.
This is now outdated (v19 is taken).
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.
This, as well as the formatting issues and goto usage, have been taken care of.
Please let me know if there's anything else preventing this pull request from being merged.
Remaining issues: We should improve the Ignore time flag presentation. We should also unify the Gui text, the config Key names and the variables "ActivePercentage" vs "Minimum Available". |
void DlgAutoDJ::enableRandomButton(bool a_bEnabled) | ||
{ | ||
#ifdef __AUTODJCRATES__ | ||
pushButtonAddRandom->setEnabled (a_bEnabled); |
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.
Please remove spaces between function and arguments list (here and elsewhere).
Conflicts: src/library/cratefeature.cpp src/library/dao/cratedao.cpp
checkable; Removed .arg() chains.
PlayerInfo. Removed unusual prefix from some parameters.
Conflicts: build/features.py
Fix some coding issues
…ehavior use isAdoptMetaknobValueEnabled and "[Effects]", "AdoptMetaknobValue"
CMake: fix version detection for TagLib
replace IRC with Zulip
this is the transfer of the Launchpad merge request:
https://code.launchpad.net/~ulatekh/mixxx/auto-dj-crates/+merge/164061