diff options
author | bg1209 <bg1209@txstate.edu> | 2013-01-10 02:04:14 -0600 |
---|---|---|
committer | bg1209 <bg1209@txstate.edu> | 2013-01-10 02:04:14 -0600 |
commit | e9d459c4e4d8f164fa1eaee5292a872a02d51b86 (patch) | |
tree | ad588365f7e04a51ed8a9502e352ddd95041b66e | |
parent | 914ac909704d8af5dee8127e68d3747adb50fdab (diff) | |
download | pianobar-windows-binaries-e9d459c4e4d8f164fa1eaee5292a872a02d51b86.tar.gz pianobar-windows-binaries-e9d459c4e4d8f164fa1eaee5292a872a02d51b86.tar.bz2 pianobar-windows-binaries-e9d459c4e4d8f164fa1eaee5292a872a02d51b86.zip |
Update pianobar.cfg.example
Commented out the control_proxy line by default since it's not configured to anything by default, and that causes the program to crash on start up.
Also fixed a grammatical error in the comment that talks about GlobalPandora.com
-rw-r--r-- | pianobar.cfg.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pianobar.cfg.example b/pianobar.cfg.example index 45a30f2..f53ac37 100644 --- a/pianobar.cfg.example +++ b/pianobar.cfg.example @@ -1,4 +1,5 @@ -control_proxy = http://<proxy_user>:<proxy_pass>@<proxy_address>:<proxy_port> +# Uncomment the control_proxy line if you would like to set up a proxy connection for pianobar +#control_proxy = http://<proxy_user>:<proxy_pass>@<proxy_address>:<proxy_port> user = <pandora_user> password = <pandora_password> @@ -7,7 +8,7 @@ width = 220 height = 60 #------------------------------------------------------------------------------- -# Uncomment those if you're using GlobalPandora.com +# Uncomment these if you're using GlobalPandora.com #rpc_host = internal-tuner.pandora.com #partner_user = pandora one |