diff options
-rw-r--r-- | src/pianobar.1 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index e11b676..fdc3b88 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -123,27 +123,11 @@ or the key you defined in .B act_songinfo. .TP -.B control_proxy = host:port +.B control_proxy = http://host:port/ Non-american users need a proxy to use pandora.com. Only the xmlrpc interface will use this proxy. The music is streamed directly. .TP -.B control_proxy_type = {http,socks4,socks4a,socks5} -If you want to use a proxy you need to specify the proxy type you're going to -use. Note that -.B socks5 -needs an IP address specified in -.B control_proxy - -.TP -.B disable_secure_login = {1,0} -If you have problems when loggin in and you know your control proxy -definitively works try setting this option to -.B 1. -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. |