|
|
|
@ -178,7 +178,6 @@ struct Configuration |
|
|
|
|
|
|
|
|
|
|
|
unsigned mpd_connection_timeout; |
|
|
|
unsigned mpd_connection_timeout; |
|
|
|
unsigned crossfade_time; |
|
|
|
unsigned crossfade_time; |
|
|
|
std::string random_exclude_pattern; |
|
|
|
|
|
|
|
unsigned seek_time; |
|
|
|
unsigned seek_time; |
|
|
|
unsigned volume_change_step; |
|
|
|
unsigned volume_change_step; |
|
|
|
unsigned message_delay_time; |
|
|
|
unsigned message_delay_time; |
|
|
|
@ -206,6 +205,7 @@ struct Configuration |
|
|
|
boost::optional<ScreenType> startup_slave_screen_type; |
|
|
|
boost::optional<ScreenType> startup_slave_screen_type; |
|
|
|
std::vector<ScreenType> screen_sequence; |
|
|
|
std::vector<ScreenType> screen_sequence; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::string random_exclude_pattern; |
|
|
|
SortMode browser_sort_mode; |
|
|
|
SortMode browser_sort_mode; |
|
|
|
|
|
|
|
|
|
|
|
LyricsFetchers lyrics_fetchers; |
|
|
|
LyricsFetchers lyrics_fetchers; |
|
|
|
|