diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-12-15 17:08:19 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-12-15 17:08:19 +0100 |
commit | 6a62ae4231c2ce10b6623e32198f40f0a2a8e777 (patch) | |
tree | 524e9322520bdbee06cdc20f1b8d636147d7aa9f /src/pianobar.1 | |
parent | 927a878f171580c1fdeb4d01caf0a2c9c32f8b42 (diff) | |
download | pianobar-6a62ae4231c2ce10b6623e32198f40f0a2a8e777.tar.gz pianobar-6a62ae4231c2ce10b6623e32198f40f0a2a8e777.tar.bz2 pianobar-6a62ae4231c2ce10b6623e32198f40f0a2a8e777.zip |
New history feature
Default key is 'h', playlists are no longer part of PianoHandle_t now
(=> libpiano's api changed)
Diffstat (limited to 'src/pianobar.1')
-rw-r--r-- | src/pianobar.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index 87eabda..b8f5446 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -63,6 +63,10 @@ Explain why this song is played. Add genre station provided by pandora. .TP +.B act_history = h +Show history. + +.TP .B act_songinfo = i Print information about currently played song/station. @@ -133,6 +137,10 @@ File that is executed when event occurs. The file is called with the event type as it's first argument. More information is supplied through stdin. .TP +.B history = 5 +Keep a history of the last n songs (5, by default). You can rate these songs. + +.TP .B lastfm_user = your_username If you want to send your played songs to last.fm set this to your last.fm username. |