-
-
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
automatically start "Auto DJ" at startup #10189
Comments
Commented by: daschuer This can also be a preference option in the Auto-DJ preferences than it will be found by more users. |
Commented by: eitanc Yep, adding a Preferences "Auto DJ" option, named something like "Enable Auto DJ at Mixxx startup", with either a yes/no checkbox or yes/no drop-down list. |
Commented by: ronso0 I disagree here: For this special case here a command line option is more appropriate. |
Commented by: ginoissel777 hi Eitan, Just FYI - I had the same use case my side and played around with a raspberry pi 3B, raspbian, installed Mixxx 2.2.0, and use the the application to queue all my mixes particularly for internet radio broadcast. For starting mixxx up when pi starts up... I used the LXDE-pi "autostart" /etc/xdg/lxsession/LXDE-pi as for the /home/pi/autostart.sh itself I added this
this would bring up the mixxx program...
the only issue now was to get mixxx to select and start AutoDJ, and then start broadcasting. with my specific monitor/display I used the following to select and get things going...
So eventually my "autostart" startup script under /etc/xdg/lxsession/LXDE-pi had @sh /home/pi/autostart.sh and the actual /home/pi/autostart.sh had
Dont know if this would work headless - but for my use case this worked, you might need to play around with the xdotool to select, or use keys for selection if required. Anyway - just FYI - happy playing Regards |
+1 |
I disagree.
Users can then create a custom app launcher, e.g. with |
Hi, I'd like to take this one up! |
Go ahead. Do you need help? |
Yes! I added the CLI option inside |
I think I figured it out! Thanks for letting me go ahead with this issue. Will send the PR soon :) |
You can just pick up what you like without asking. |
Reported by: eitanc
Date: 2020-10-31T17:51:10Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1902379
Tags: autodj, easy
Hi,
I wish to ask for a feature where users will be able to activate/enable/run (and also disable/stop, whatever is needed) the "Auto DJ" mode at Mixxx startup, either using a command line startup switch or using a setting in the user's own "mixxx.cfg" user-specific configuration file.
Adding also a setting to "Shuffle" on or off the "Auto DJ" will be great.
This will support a use case of using Mixxx in an automated fashion, like an "Internet Radio Station" source – just run Mixxx and it will immediately start broadcasting a ready-in-advance list of files.
Thanks.
The text was updated successfully, but these errors were encountered: