diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-14 16:09:45 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-08-14 16:09:45 +0200 |
commit | bab756c57952238bfcd306f1e3a6e6f42f4338c6 (patch) | |
tree | 4fd2370b605a60ec16139b6e9ab38a1e0ba64194 /doc | |
parent | d51edfd262bb11845fa026004549c81e8aa6b716 (diff) |
add support for priorities (queueing)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 1 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,7 @@ ## %p - performer ## %d - disc ## %C - comment +## %P - priority ## $R - begin right alignment ## ## you can also put them in { } and then it will be displayed diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index c5799143..371c4c68 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -413,6 +413,7 @@ For song format you can use: %p - performer %d - disc %C - comment + %P - priority $R - begin right alignment You can also put them in { } and then they will be displayed only if all requested values are available and/or define alternate value with { }|{ } e.g. {%a - %t}|{%f} will check if artist and title tags are available and if they are, display them. Otherwise it'll display filename. |