summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-09-30 17:06:41 +0200
committerMichał Cichoń <michcic@gmail.com>2018-10-30 12:01:37 +0100
commitf43a0894cb1386bbb5c0c1f068a4f60192070658 (patch)
treeeb15a3cd6a326830089a92b36f735bfd63d19a32 /contrib
parent99fc43dec0fc2132d6b3a1a2a4c4cbd771802473 (diff)
downloadpianobar-windows-f43a0894cb1386bbb5c0c1f068a4f60192070658.tar.gz
pianobar-windows-f43a0894cb1386bbb5c0c1f068a4f60192070658.tar.bz2
pianobar-windows-f43a0894cb1386bbb5c0c1f068a4f60192070658.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 1fd53ae..5394e4f 100644
--- a/contrib/pianobar.1
+++ b/contrib/pianobar.1
@@ -196,7 +196,7 @@ or the key you defined in
.B act_songinfo.
.TP
-.B ban_icon = </3
+.B ban_icon = </3
Icon for banned songs.
.TP
@@ -290,7 +290,7 @@ Song artist
Album name
.B %r
-Rating icon (only love icon)
+Rating icon
.B %@
.B at_icon
@@ -323,7 +323,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
@@ -364,6 +364,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.