From b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 23 Aug 2011 17:26:02 +0200 Subject: Configureable fifo path See #149. --- contrib/pianobar.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'contrib/pianobar.1') diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 4cbc17a..eae062f 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -176,6 +176,12 @@ will use this proxy. The music is streamed directly. File that is executed when event occurs. See section .B EVENTCMD +.TP +.B fifo = /home/user/.config/pianobar/ctl +Location of control fifo. Defaults to $XDG_CONFIG_HOME/pianobar/ctl (which is +usually the value above). See section +.B REMOTE CONTROL + .TP .B format_nowplaying_song = \[dq]%t\[dq] by \[dq]%a\[dq] on \[dq]%l\[dq]%r%@%s Now playing song message format. Available format characters are: @@ -267,8 +273,8 @@ can be controlled through a fifo. You have to create it yourself by executing mkfifo ~/.config/pianobar/ctl -Adjust the path if you set up a $XDG_CONFIG_HOME. Afterwards you can write -commands directly into the fifo. Example (next song): +Adjust the path if you set up a $XDG_CONFIG_HOME or changed the fifo setting. +Afterwards you can write commands directly into the fifo. Example (next song): echo -n 'n' > ~/.config/pianobar/ctl -- cgit v1.2.3