From 4c228cd60890c0ef09c345c13713453c4c2dd508 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 9 Aug 2020 09:23:38 +0200 Subject: Allow choosing time format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce new format string for playback time, supporting formats like -remaining/total, elapsed/total, … Fixes #699. --- contrib/pianobar.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'contrib/pianobar.1') diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 0cdf6c8..c5b82aa 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -328,6 +328,22 @@ Station name .B %i Station id +.TP +.B format_time = %s%r/%t +Time format. + +.B %e +Elapsed time + +.B %r +Remaining time + +.B %s +Sign + +.B %t +Total time + .TP .B gain_mul = 1.0 Pandora sends a ReplayGain value with every song. This sets a multiplier so that the gain adjustment can be -- cgit v1.2.3