diff options
Diffstat (limited to 'pianobar.cfg.example')
-rw-r--r-- | pianobar.cfg.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pianobar.cfg.example b/pianobar.cfg.example index a57a193..22c3000 100644 --- a/pianobar.cfg.example +++ b/pianobar.cfg.example @@ -1,6 +1,9 @@ # 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> +# Uncomment the autoselect line to automatically start playing most recent station +# autoselect = 1 + user = <pandora_user> password = <pandora_password> @@ -28,4 +31,4 @@ format_msg_nowplaying = [36m|>[0m %s format_msg_time = [90m# [97m%s[0m format_msg_err = [90m/!\[0m %s format_msg_question = [97m[?][0m %s -format_msg_debug = [90m%s[0m
\ No newline at end of file +format_msg_debug = [90m%s[0m |