Search:

PmWiki

pmwiki.org

edit SideBar

Main / Pandora

Pandora

Install pianobar from here:
http://6xq.net/projects/pianobar/

Manual:
http://manpages.ubuntu.com/manpages/maverick/man1/pianobar.1.html

For current linux and win, the only line item needed in the .cfg file is tls_fingerprint = 2D0AFDAFA16F4B5C0A43F3CB1D4752F9535507C0

Old Windows, the only line item needed in the .cfg file is tls_fingerprint = 411E825CA9B9BE940ED1EE2842C40788953F3D7F

To get the current fingerprint, use OpenSSL (must install for Windows). Here is the Linux command:

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


Windows:

openssl.exe s_client -connect tuner.pandora.com:443 < NUL 2> NUl | openssl x509 -noout -fingerprint

To create a shortcut to run pianobar, name it pb instead of pb.exe. DOS shell settings can be edited with the shortcut properties. Then, you'll need to bypass Windows ridiculous security warning by setting this thing to run as administrator. Do this in the Properties->Shortcut->Advanced box.

Linux terminal command color change

https://unix.stackexchange.com/questions/227387/change-terminal-text-color-for-next-command-only

Click a Proxy Re-Auth Button

VB Script for Web Click and Pianobar Execute

For some reason, you need some sleeps around the button click for this to work

Set IE = CreateObject("InternetExplorer.Application")
IE.navigate "website"
IE.Visible = True

While IE.Busy
    WScript.Sleep 2500
Wend

Call IE.Document.Forms(0).Submit

While IE.Busy
    WScript.Sleep 2500
Wend

IE.Quit

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "pb"

VLC

(win)
vlc -I dummy --dummy-quiet --one-instance --global-key-quit=F3 http://web.ksl.com/radio/listen/mp3/ksl2.asx vlc://quit

WMP

wmplayer.exe /play http://web.ksl.com/radio/listen/mp3/ksl2.asx

KSL Live

http://www.ksl.com/?sid=21717638&nid=1166


Page last modified on October 12, 2017, at 07:01 PM