From 962dee5cdd3b468318916d9c8862bc4c3653c402 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 11 Oct 2012 18:09:46 +0200 Subject: New setting: Read password from external command Closes #314. --- contrib/config-example | 2 ++ contrib/pianobar.1 | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'contrib') 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 @@ -296,6 +296,12 @@ Icon for loved songs. .B password = plaintext_password 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 -- cgit v1.2.3