From bab756c57952238bfcd306f1e3a6e6f42f4338c6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 14 Aug 2012 16:09:45 +0200 Subject: add support for priorities (queueing) --- doc/config | 1 + doc/ncmpcpp.1 | 1 + 2 files changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/config b/doc/config index 9cb29c09..351de903 100644 --- a/doc/config +++ b/doc/config @@ -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. -- cgit v1.2.3