aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-07 13:48:21 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-07 13:48:21 -0700
commit5881a3a65d3ff6ae29c3e10752827574c4c5b100 (patch)
tree37c9ce0dd6cd1535ab9741a655421b4ba290ee43 /autogen.sh
parent28de5feab5392f0989633981c91e3131ca83427d (diff)
downloadmpd-5881a3a65d3ff6ae29c3e10752827574c4c5b100.tar.gz
mpd-5881a3a65d3ff6ae29c3e10752827574c4c5b100.tar.xz
mpd-5881a3a65d3ff6ae29c3e10752827574c4c5b100.zip
playlist: re-randomize when explicitly playing a new song
When random is enabled and a user explicitly specifies a certain song on the playlist should be played; we need to re-randomize the internal ordering. To reproduce this, assuming a four song playlist: play <song_a> next => <song_b> next => <song_c> next => <song_d> play <song_a> next => <song_b> next => <song_c> next => <song_d> ... That is, the "next" command restarts song_{b,c,d} the second time "play" starts playing song_a. Thus, the second time "play" is called, the ordering of song_{b,c,d} needs to be reshuffled. Reported-by: Qball
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions