I'm trying to cut down on the time it takes for overlays to run by not running autio codecs that I don't particularly care about. I've done this:
- pmm: audio_codec
template_variables:
use_opus: false
use_flac: false
use_pcm: false
use_mp3: false
But it still scans those formats. Is that formatted correctly?