diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2016-02-15 07:42:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-16 01:33:35 +0700 |
commit | 816ef94e0ac1f97ce0d2b9d9faaab883c9bf4168 (patch) | |
tree | 1ada6d1d62f9f2cce197403a8c155b59889b1bc2 /audio | |
parent | bdcb44f50c0d3492fe1d6caa8c581d69d4aeff51 (diff) |
audio/pianobar: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pianobar/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/pianobar/README b/audio/pianobar/README index b69e8dabf9ce..edf5a3763294 100644 --- a/audio/pianobar/README +++ b/audio/pianobar/README @@ -14,3 +14,17 @@ this a FIFO must first be created by the user: mkfifo ~/.config/pianobar/ctl Please see man pianobar and pianobarctl --help for more information. + +NOTE: +Around the end of last year Pandora changed their certificate, so pianobar +will not work unless you give it the new fingerprint. + +In your pianobar config file (~/.config/pianobar/config) you need to have +the following line: + tls_fingerprint = 13CC51AC0C31CD96C55015C76914360F7AC41A00 + +(By the way, an example config file is in /usr/doc/pianobar-$VERSION/) + +The next time Pandora updates their cert again, you can quickly find the +value needed by executing: + sh /usr/doc/pianobar-$VERSION/example-scripts/tls_fingerprint.sh |