From 847ca4193e3fbc5b27285979888ab364bbf1792e Mon Sep 17 00:00:00 2001 From: Adam Simpkins Date: Wed, 9 Jan 2013 11:52:01 -0800 Subject: Add play and pause commands Add commands that always play and always pause, in addition to the current toggle pause command. Closes #342. --- contrib/config-example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/config-example') diff --git a/contrib/config-example b/contrib/config-example index c854e39..4958e66 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -24,10 +24,14 @@ #act_addshared = j #act_songmove = m #act_songnext = n -#act_songpause = p +#act_songpause = S +#act_songpausetoggle = p +#act_songpausetoggle2 = +#act_songplay = P #act_quit = q #act_stationrename = r #act_stationchange = s +#act_stationcreatefromsong = v #act_songtired = t #act_upcoming = u #act_stationselectquickmix = x -- cgit v1.2.3