settings: add 'execute_on_player_state_change' option

This commit is contained in:
ben01189998819991197253@users.noreply.github.com
2016-03-02 20:21:16 -06:00
committed by Andrzej Rybczak
parent 8d12ac790f
commit 4130d3ba24
6 changed files with 44 additions and 8 deletions

View File

@@ -375,6 +375,9 @@ bool Configuration::read(const std::vector<std::string> &config_paths, bool igno
p.add("execute_on_song_change", assign_default(
execute_on_song_change, ""
));
p.add("execute_on_player_state_change", assign_default(
execute_on_player_state_change, ""
));
p.add("playlist_show_mpd_host", yes_no(
playlist_show_mpd_host, false
));