diff options
author | Florrie <towerofnix@gmail.com> | 2018-03-14 14:07:03 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-03-14 14:08:11 -0300 |
commit | 033109a6bf959541e6855abe613dc29c4cec4bbc (patch) | |
tree | 3ccf0b2bee5a2590719601f46140f6a20e9a83dd /man | |
parent | 6916be5bb754d8e212087dd15fb7af85115862e4 (diff) |
Add alphabetic sort
This automatically flattens the playlist, so you don't need to pass --flatten-tracks if you also pass --sort a-z. Unfortunately this means there's no particularly convenient way to sort groups alphabetically.
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-play.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1 index 97e8475..67d0cd7 100644 --- a/man/http-music-play.1 +++ b/man/http-music-play.1 @@ -186,7 +186,8 @@ A: togglePause will also show up higher in the list than A: showTrackInfo, so th .TP .BR \-\-sort\-mode ", " \-\-sort Sets the mode by which the playback order list is sorted. -Valid options include \fBorder\fR, \fBshuffle\fR (the default), and \fBshuffle-groups\fR. +Valid options include \fBorder\fR, \fBshuffle\fR (the default), \fBshuffle-groups\fR, and \fBalphabet\fR. +(Some variations of these strings, such as \fBa-z\fR and \fBshuffled\fR, are also valid.) See also \fB\-\-loop\-mode\fR. .TP |