diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2017-09-30 17:06:41 +0200 | 
|---|---|---|
| committer | Michał Cichoń <michcic@gmail.com> | 2018-10-30 12:01:37 +0100 | 
| commit | f43a0894cb1386bbb5c0c1f068a4f60192070658 (patch) | |
| tree | eb15a3cd6a326830089a92b36f735bfd63d19a32 /contrib/pianobar.1 | |
| parent | 99fc43dec0fc2132d6b3a1a2a4c4cbd771802473 (diff) | |
| download | pianobar-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/pianobar.1')
| -rw-r--r-- | contrib/pianobar.1 | 10 | 
1 files changed, 7 insertions, 3 deletions
| 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. | 
