diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-10-02 12:12:01 +0200 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2018-10-30 12:04:15 +0100 |
commit | ed3ab2743344dfe2b38427733560b9847d259c8c (patch) | |
tree | bba0f0fd3ff661c13c3cb8d65566c73c0a58e13c /contrib | |
parent | f43a0894cb1386bbb5c0c1f068a4f60192070658 (diff) | |
download | pianobar-windows-ed3ab2743344dfe2b38427733560b9847d259c8c.tar.gz pianobar-windows-ed3ab2743344dfe2b38427733560b9847d259c8c.tar.bz2 pianobar-windows-ed3ab2743344dfe2b38427733560b9847d259c8c.zip |
Show station in song lists
Iff song’s station is not the current station. This is only the case for
the song history right now.
Closes #638
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-example | 2 | ||||
-rw-r--r-- | contrib/pianobar.1 | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/contrib/config-example b/contrib/config-example index 6a40937..2986d47 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -57,7 +57,7 @@ #love_icon = [31m<3[0m #tired_icon = [33mzZ[0m #format_nowplaying_station = Station [35m%n[0m -#format_list_song = %i) %a - %t%r +#format_list_song = %i) %a - %t%r (%d)%@%s # high-quality audio (192k mp3, for Pandora One subscribers only!) #audio_quality = high diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 5394e4f..9600859 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -258,6 +258,14 @@ Rating icon .B %d Song duration +.B %@ + +The at_icon + +.B %s + +Song’s station, if not the current station. + .TP .B format_msg_none = %s .TQ |