diff options
author | Florrie <towerofnix@gmail.com> | 2017-09-26 21:02:32 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-09-26 21:02:32 -0300 |
commit | f534cb333cd33a07ee22a31d1430ce9e356e2c5c (patch) | |
tree | ce8e74cf7e9fbc42cb06a7175a31d2e380395a6c | |
parent | 78dc49edf83ad4eec8fc66330543eb601c2b2689 (diff) |
Add --collapse-groups to man page
-rw-r--r-- | man/http-music-play.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1 index 0a82246..46a4a78 100644 --- a/man/http-music-play.1 +++ b/man/http-music-play.1 @@ -80,6 +80,11 @@ Clears the active playlist. This does not effect the source playlist, so specific groups can be selected using \fB\-\-keep\fR. .TP +.BR \-\-collapse\-groups ", " \-\-collapse +Collapses groups in the active playlist so that there is only one level of sub-groups. +Handy for shuffling the order groups play in; try \fB\-\-collapse-groups \-\-sort shuffle\-groups\fR. + +.TP .BR \-\-converter Sets the program used for converting tracks. By default the program is either \fBffmpeg\fR or \fBavconv\fR. |