mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/pianobar: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bdcb44f50c
commit
816ef94e0a
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue