diff options
author | Michał Cichoń <michcic@gmail.com> | 2016-11-27 12:24:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-27 12:24:57 +0100 |
commit | 75ccb6bff0de315ec71a0c380eda6bc90e1b4387 (patch) | |
tree | 656830ae5c9d84511d6fdf914123d2060ad9e994 /pianobar.cfg.example | |
parent | db33335fcc5e88d60476884ff434efc1554a0a32 (diff) | |
parent | 3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac (diff) | |
download | pianobar-windows-binaries-75ccb6bff0de315ec71a0c380eda6bc90e1b4387.tar.gz pianobar-windows-binaries-75ccb6bff0de315ec71a0c380eda6bc90e1b4387.tar.bz2 pianobar-windows-binaries-75ccb6bff0de315ec71a0c380eda6bc90e1b4387.zip |
Merge pull request #25 from darthwalsh/patch-1
Add autoselect config example
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 |