« get me outta code hell

Add some examples to http-music-play man page - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-09-26 21:10:12 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-26 21:10:12 -0300
commiteadd4ad2e26f47c529ffcbc3c96685947ee8b81c (patch)
tree9952db862d61f10a7c48b87bda20ec68f385654d
parentf534cb333cd33a07ee22a31d1430ce9e356e2c5c (diff)
Add some examples to http-music-play man page
-rw-r--r--man/http-music-play.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1
index 46a4a78..8d64bde 100644
--- a/man/http-music-play.1
+++ b/man/http-music-play.1
@@ -249,3 +249,24 @@ $ http-music play --remove 'Bad News' --keep 'Bad News/Irony'
 $ http-music play -x 'Cool Author 72' -k 'Cool Author 72/Good Album'
 .RE
 .fi
+
+.PP
+Play every group in a random order, playing each group in its own original order:
+
+.PP
+.nf
+.RS
+$ http-music play --sort shuffle-groups
+.RE
+.fi
+
+.PP
+Play every group in a random order, after collapsing the playlist, so that parent groups aren't considered
+(using \fB--sort shuffle-groups\fR alone would play all of one artist's albums before moving onto the next; using \fB--collapse\fR lets the groups be shuffled without regarding the artists' groups):
+
+.PP
+.nf
+.RS
+$ http-music play --collapse --sort shuffle-groups
+.RE
+.fi