diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-11-14 03:42:21 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-11-14 03:42:21 +0100 |
commit | 0dc076742fce111257bbee4f7e48d41051d502e5 (patch) | |
tree | 41b466a8c588013f60b159d91c44a9b0b08c9943 /doc | |
parent | 07099d4dc0d1488d27ab5efa8ebc83668804b8ce (diff) |
tag editor: add support for numerating tracks using xx/xx format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 2 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -290,6 +290,8 @@ # #empty_tag_marker = "<empty>" # +#tag_editor_extended_numeration = "no" +# #enable_window_title = "yes" # ## diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index a3cfcba2..1af17b50 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -246,6 +246,9 @@ If enabled, ncmpcpp will be able to delete files using its browser screen. .B allow_physical_directories_deletion = yes/no If enabled, ncmpcpp will be able to delete directories using its browser screen. .TP +.B tag_editor_extended_numeration = yes/no +If enabled, tag editor will number tracks using format xx/yy (where xx is the current track and yy is total amount of all numbered tracks), not plain xx. +.TP .B enable_window_title = yes/no If enabled, ncmpcpp will override current window title with its own one. .TP |