diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-10-02 12:12:01 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-10-02 12:12:01 +0200 |
commit | 4dfca5b56b441faf4938b6c8e97585f68e468039 (patch) | |
tree | 325b622767611e0fc08c08f4792c1b85ca020f07 /contrib/config-example | |
parent | 41a00cc1e643d9e9a69991ead268777ecd17c154 (diff) | |
download | pianobar-4dfca5b56b441faf4938b6c8e97585f68e468039.tar.gz pianobar-4dfca5b56b441faf4938b6c8e97585f68e468039.tar.bz2 pianobar-4dfca5b56b441faf4938b6c8e97585f68e468039.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/config-example')
-rw-r--r-- | contrib/config-example | 2 |
1 files changed, 1 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 |