File: shuffle

package info (click to toggle)
draai 20160601-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 624 kB
  • ctags: 62
  • sloc: sh: 850; 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.