song: update song_shorthand example

This commit is contained in:
Michael Straube 2018-05-12 10:54:56 +02:00
parent f1aa74f144
commit 8513b62259
1 changed files with 3 additions and 2 deletions

View File

@ -448,7 +448,7 @@ music_player="auto"
# default: 'Song: Jet - Get Born - Sgt Major'
song_format="%artist% - %album% - %title%"
# Print the Artist and Title on separate lines
# Print the Artist, Album and Title on separate lines
#
# Default: 'off'
# Values: 'on', 'off'
@ -456,9 +456,10 @@ song_format="%artist% - %album% - %title%"
#
# Example:
# on: 'Artist: The Fratellis'
# 'Album: Costello Music'
# 'Song: Chelsea Dagger'
#
# off: 'Song: The Fratellis - Chelsea Dagger'
# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger'
song_shorthand="off"