summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-09-30 17:06:41 +0200
committerLars-Dominik Braun <lars@6xq.net>2017-09-30 17:06:41 +0200
commit41a00cc1e643d9e9a69991ead268777ecd17c154 (patch)
tree83df94f477f8ca5380ff10a2843d3cc9b92508e6 /contrib
parentd9cdc86e4b84be863099f8cadfc54a176aaf5c90 (diff)
downloadpianobar-41a00cc1e643d9e9a69991ead268777ecd17c154.tar.gz
pianobar-41a00cc1e643d9e9a69991ead268777ecd17c154.tar.bz2
pianobar-41a00cc1e643d9e9a69991ead268777ecd17c154.zip
Add tired rating to song
Now we can show a tired icon in the history. Closes #637.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/config-example6
-rw-r--r--contrib/pianobar.110
2 files changed, 11 insertions, 5 deletions
diff --git a/contrib/config-example b/contrib/config-example
index 0a69526..6a40937 100644
--- a/contrib/config-example
+++ b/contrib/config-example
@@ -46,14 +46,16 @@
#event_command = /home/user/.config/pianobar/eventcmd
#fifo = /tmp/pianobar
#sort = quickmix_10_name_az
-#love_icon = [+]
-#ban_icon = [-]
#volume = 0
#ca_bundle = /etc/ssl/certs/ca-certificates.crt
#gain_mul = 1.0
# Format strings
#format_nowplaying_song = %t by %a on %l%r%@%s
+#format_nowplaying_song = %t by %a on %l%r%@%s
+#ban_icon = </3
+#love_icon = <3
+#tired_icon = zZ
#format_nowplaying_station = Station %n
#format_list_song = %i) %a - %t%r
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1
index 6aee0b6..512c55a 100644
--- a/contrib/pianobar.1
+++ b/contrib/pianobar.1
@@ -194,7 +194,7 @@ or the key you defined in
.B act_songinfo.
.TP
-.B ban_icon = </3
+.B ban_icon = </3
Icon for banned songs.
.TP
@@ -288,7 +288,7 @@ Song artist
Album name
.B %r
-Rating icon (only love icon)
+Rating icon
.B %@
.B at_icon
@@ -321,7 +321,7 @@ of gain adjustment.
Keep a history of the last n songs (5, by default). You can rate these songs.
.TP
-.B love_icon = <3
+.B love_icon = <3
Icon for loved songs.
.TP
@@ -362,6 +362,10 @@ sorts by name from a to z, quickmix_01_name_za by type (quickmix at the
bottom) and name from z to a.
.TP
+.B tired_icon = zZ
+Icon for temporarily suspended songs.
+
+.TP
.B user = your@user.name
Your pandora.com username.