Skip to content

Commit

Permalink
Library -> Automate: reorder GUI controls according to actual appeara…
Browse files Browse the repository at this point in the history
…nce, add Repeat button,

fix Re-queue instruction
  • Loading branch information
ronso0 committed Jul 17, 2024
1 parent e9a5fb6 commit 9c43a67
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions source/chapters/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -661,24 +661,26 @@ mixing or for using Mixxx as media player.

The Auto DJ features in detail:

* **Shuffle button**: Randomizes the order of tracks in the Auto DJ playlist.
* **Add Random button**: Adds a random track from track sources (crates) to the
* **Enable** toggle: Toggles the Auto DJ mode on or off.
* **Fade now** button: Triggers the transition to the next track.
* **Skip track** button: Skips the next track in the Auto DJ playlist.
* **Transition mode** selector: Choose a transition mode.
* **Transition time** spin-box: Determines the duration of the transition. A
negative value will add a pause between tracks.
* **Shuffle** button: Randomizes the order of tracks in the Auto DJ playlist.
* **Add Random track** button: Adds a random track from track sources (crates) to the
Auto DJ queue. If no track sources are configured, the track is added from the
library instead.
* **Skip track button**: Skips the next track in the Auto DJ playlist.
* **Fade now button**: Triggers the transition to the next track.
* **Transition time spin-box**: Determines the duration of the transition. A
negative value will add a pause between tracks.
* **Selection Info label**: Displays the duration and number of selected tracks.
* **Repeat the playlist** toggle: Re-queue played tracks.
* **Selection Info** label: Displays the duration and number of selected tracks.
Press :kbd:`Ctrl` + :kbd:`A` to get the total duration of the AutoDJ queue.
* **Enable Auto DJ button**: Toggles the Auto DJ mode on or off.

The :guilabel:`Skip track`, :guilabel:`Add Random` and :guilabel:`Fade now`
buttons are only accessible if the Auto DJ mode is enabled. The Search field in
the upper left corner is disabled in Auto DJ. By default, Auto DJ removes tracks
after playing them but if you want it to play the same tracks over and over
again, you can activate the :guilabel:`Auto DJ Requeue` option in
:menuselection:`Preferences --> Auto DJ --> Re-queue tracks after playback`.
the upper left corner is disabled in Auto DJ.

By default, Auto DJ removes tracks after playing them but if you want it to play the same
tracks over and over again, you can activate the :guilabel:`Repeat the playlist` toggle.

.. _library-auto-dj-crates:

Expand Down

0 comments on commit 9c43a67

Please sign in to comment.