summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Walsh <darthwalsh@gmail.com>2016-07-08 19:40:31 -0700
committerGitHub <noreply@github.com>2016-07-08 19:40:31 -0700
commit3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac (patch)
treee0aa6351e12fad1afae25a82416af2ed899f7ca8
parent8c5e6c5d789f72baeba8c394e79e7e2bb69a6571 (diff)
downloadpianobar-windows-binaries-3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac.tar.gz
pianobar-windows-binaries-3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac.tar.bz2
pianobar-windows-binaries-3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac.zip
Add autoselect config example
It's not obvious how to just automatically start playing music. After find the man pages and first using `autostart_station` I figured out that `autoselect` was what I needed. This kind of addresses thedmd/pianobar-windows#2 but maybe it's not a fix.
-rw-r--r--pianobar.cfg.example5
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 = |> %s
format_msg_time = # %s
format_msg_err = /!\ %s
format_msg_question = [?] %s
-format_msg_debug = %s \ No newline at end of file
+format_msg_debug = %s