diff options
| author | Michał Cichoń <michcic@gmail.com> | 2012-05-06 01:57:30 +0200 | 
|---|---|---|
| committer | Michał Cichoń <michcic@gmail.com> | 2012-05-06 01:57:30 +0200 | 
| commit | ae1bd7b9020be5836b06d0eb9a7ef4b688801ec7 (patch) | |
| tree | 54075cbf35fb3229fac7f445ce245955502c9f9c /pianobar.cfg.example | |
| parent | 1113196e9500660dbf506fc5696672deb0e7ea05 (diff) | |
| download | pianobar-windows-binaries-ae1bd7b9020be5836b06d0eb9a7ef4b688801ec7.tar.gz pianobar-windows-binaries-ae1bd7b9020be5836b06d0eb9a7ef4b688801ec7.tar.bz2 pianobar-windows-binaries-ae1bd7b9020be5836b06d0eb9a7ef4b688801ec7.zip | |
This build fix an Issue #3. Also upstream changes were merged.
Diffstat (limited to 'pianobar.cfg.example')
| -rw-r--r-- | pianobar.cfg.example | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/pianobar.cfg.example b/pianobar.cfg.example index 98f843b..a29ede2 100644 --- a/pianobar.cfg.example +++ b/pianobar.cfg.example @@ -1,5 +1,18 @@  control_proxy = http://<proxy_user>:<proxy_pass>@<proxy_address>:<proxy_port> +  user = <pandora_user>  password = <pandora_password> +  width = 220  height = 60 + +#------------------------------------------------------------------------------- +# Uncomment those if you're using GlobalPandora.com + +#rpc_host = internal-tuner.pandora.com +#partner_user = pandora one +#partner_password = TVCKIBGS9AO9TSYLNNFUML0743LH82D +#device = D01 +#encrypt_password = 2%3WCL*JU$MP]4 +#decrypt_password = U#IO$RZPAB%VX2 +#tls_fingerprint = 394067eecb420e3911985c2cc02c12ae89bb09b2 | 
