From 3cc3cbbb8a0d518ef06a74f4fa69e288db79c0ac Mon Sep 17 00:00:00 2001 From: Carl Walsh Date: Fri, 8 Jul 2016 19:40:31 -0700 Subject: 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. --- pianobar.cfg.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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://:@: +# Uncomment the autoselect line to automatically start playing most recent station +# autoselect = 1 + user = 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 -- cgit v1.2.3