message "${MESSAGE_COLOR}Optimization is chosen automatically now, though you can force your will via custom spell options.$DEFAULT_COLOR" &&
# Change that for proper plugin set selection and dependencies!
config_query_list MPG123_AUDIO "choose audio output (will possibly add dependencies, auto will build all plugins that are possible)" \
  auto \
  oss \
  alsa \
  portaudio \
  jack \
  esd \
  nas \
  sdl \
  pulseaudio \
  dummy &&
message "${MESSAGE_COLOR}Gapless playback on by upstream default now.$DEFAULT_COLOR" &&
# 1000 is upstream default
config_query_string MPG123_SEEKTABLE "seektable size" 1000
