diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-19 16:33:02 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-19 16:33:02 +0100 |
commit | d724e06262f63a085b0b36015949baa1a4697d6a (patch) | |
tree | 1ce75cd299432dde969338ce6039dbd07127dda2 /doc | |
parent | 3c7ce95aaa69c47fb06ddd1e37ac404fc2a4be0a (diff) |
Add `type` value of `browser_sort_mode` (set by default)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 4 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -268,10 +268,10 @@ ## Note: Below variables are used for sorting songs in browser. The sort mode ## determines how songs are sorted, and can be used in combination with a sort ## format to specify a custom sorting format. Available values for -## browser_sort_mode are "name", "mtime", "format" and "none". +## browser_sort_mode are "type", "name", "mtime", "format" and "none". ## # -#browser_sort_mode = name +#browser_sort_mode = type # #browser_sort_format = {%a - }{%t}|{%f} {(%l)} # diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 0866e58e..83bcd3c9 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -173,7 +173,7 @@ Suffix for selected items. Prefix for modified item (tag editor). .TP .B browser_sort_mode -Determines sort mode for browser. Possible values are "name", "mtime", "format" and "none". +Determines sort mode for browser. Possible values are "type", "name", "mtime", "format" and "none". .TP .B browser_sort_format Format to use for sorting songs in browser. For this option to be effective, browser_sort_mode must be set to "format". |