diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-example | 2 | ||||
-rw-r--r-- | contrib/pianobar.1 | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/config-example b/contrib/config-example index f52d3a0..dbc8cc5 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -5,6 +5,8 @@ # User #user = your@user.name #password = password +# or +#password_command = gpg --decrypt ~/password # Proxy (for those who are not living in the USA) #control_proxy = http://127.0.0.1:9090/ diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 4cc6d00..53bb301 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -297,6 +297,12 @@ Icon for loved songs. Your pandora.com password. Plain-text. .TP +.B password_command = gpg --decrypt ~/password +Use output of command as password. This setting is overridden by specifying a +password with +.B password. + +.TP .B proxy = http://user:password@host:port/ Use a http proxy. Note that this setting overrides the http_proxy environment variable. Only "Basic" http authentication is supported. |