File: shuffle

package info (click to toggle)
draai 20201215-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 656 kB
  • sloc: sh: 854; perl: 170; makefile: 28
file content (6 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
Shuffle the playlist.  By default, this task is delegated to dr_unsort(1).
However, if draai runs in "sloppy" or in "native shuffle" mode, then mpc native
shuffling is done (by calling "mpc shuffle").  Draai runs in "sloppy" mode when
the DR_SLOPPY environment variable is set, or when the --sloppy option is
passed.  Draai runs in "native shuffle" mode when the DR_SHUFFLE_NATIVE
environment variable is set.