Unverified Commit 71104d7e authored by Andrew Titmuss's avatar Andrew Titmuss Committed by GitHub

Merge pull request #985 from mstraube/song-example

song: update song_shorthand example
parents f1aa74f1 8513b622
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment