diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-08 17:21:47 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-08 17:21:47 +0200 |
commit | dc7fe1e2405c49338e5dca5f559f17e8c5977b98 (patch) | |
tree | 9822c90e8e7928fa62005170d9568856287d338f /src | |
parent | 6e5b8914dd30e14272b1ac223f97c4def0395459 (diff) | |
download | pianobar-dc7fe1e2405c49338e5dca5f559f17e8c5977b98.tar.gz pianobar-dc7fe1e2405c49338e5dca5f559f17e8c5977b98.tar.bz2 pianobar-dc7fe1e2405c49338e5dca5f559f17e8c5977b98.zip |
Add eventcmd setting to manpage
Diffstat (limited to 'src')
-rw-r--r-- | src/pianobar.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index 9140045..e11b676 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -144,6 +144,11 @@ It disables the SSL secured login. Beware! .I Your password will be send as plain-text! .TP +.B event_command = path +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 lastfm_user = your_username If you want to send your played songs to last.fm set this to your last.fm username. |