Feature #619
Randomize or shuffle from command line
Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
-
Target version:
-
Start date:
February 03, 2016
Due date:
% Done:
0%
Estimated time:
Affects version:
Description
I request an option to ensure that playback is shuffled when I launch from the command line.
Either:
-S, --shuffle
Sets shuffle=TRUE
(I suppose this one begs for --noshuffle or something as well)
or:
-R, --randomize
Presorts playlist in random order
would be awesome.
Thanks!
History
#1
Updated by Michael Schwendt over 9 years ago
audtool can do that already, and if you want to enforce shuffling, this would work:
audtool playlist-shuffle-status|grep "on" || audtool playlist-shuffle-toggle
#2
Updated by John Lindgren almost 9 years ago
- Status changed from New to Rejected
As Mr. Schwendt stated, this feature exists already. Closing.