UW-UPL/Documentation

Script to automate updating pianobar config file.

Closed this issue · 6 comments

I know we have the 'solution' in the readme, I think it'll be easier just to add a script to save time.

It should be pretty simple to add - I'll work on it at some point.. Probably this weekend.

openssl s_client -connect tuner.pandora.com:443 < /dev/null 2> /dev/null | \
    openssl x509 -noout -fingerprint | tr -d ':' | cut -d'=' -f2

And direct this into the user's $HOME/.config/pianobar/config.

Any luck?

My bad, forgot about this. I'll mark my calendar to do it next weekend
unless anyone wants to.
On Mar 26, 2016 6:07 PM, "Ricky Mutschlechner" notifications@github.com
wrote:

Any luck?


You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub
#52 (comment)

Commited to UPL-Config/upl-scripts/user/fix-pianobar

@jdetter @Ricky54326 Could get this added to user's aliases or bin dir? Feel free to change the name as well.

🐫

Pretty sure I opened a separate issue asking how to get this script to
users, I'll check later to see if I did and assign it to Jammie or Ricky
On Apr 21, 2016 3:39 PM, "Leo Rudberg" notifications@github.com wrote:

🐫


You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub
#52 (comment)

See discussion in UW-UPL/UPL-Config for progress. Documentation on this script will be added once it is available to users.