Skip to content

Commit

Permalink
manpage: Config keys should be sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
PromyLOPh committed Aug 29, 2011
1 parent f97f73d commit 6dddf8a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions contrib/pianobar.1
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,24 @@ Song title
.B %r
Rating icon

.TP
.B format_msg_none = %s
.TQ
.B format_msg_info = (i) %s
.TQ
.B format_msg_nowplaying = |> %s
.TQ
.B format_msg_time = # %s
.TQ
.B format_msg_err = /!\\\\ %s
.TQ
.B format_msg_question = [?] %s
.TQ
.B format_msg_list = \\t%s
Message format strings.
.B %s
is replaced with the actual message.

.TP
.B format_nowplaying_song = \[dq]%t\[dq] by \[dq]%a\[dq] on \[dq]%l\[dq]%r%@%s
Now playing song message format. Available format characters are:
Expand Down Expand Up @@ -234,24 +252,6 @@ Station name
.B %i
Station id

.TP
.B format_msg_none = %s
.TQ
.B format_msg_info = (i) %s
.TQ
.B format_msg_nowplaying = |> %s
.TQ
.B format_msg_time = # %s
.TQ
.B format_msg_err = /!\\\\ %s
.TQ
.B format_msg_question = [?] %s
.TQ
.B format_msg_list = \\t%s
Message format strings.
.B %s
is replaced with the actual message.

.TP
.B history = 5
Keep a history of the last n songs (5, by default). You can rate these songs.
Expand Down

0 comments on commit 6dddf8a

Please sign in to comment.