How can I always set --no-audio-display for all audio files?
Hey everyone,
I've just started writing my mpv config, and I'm a bit confused on how I can set an auto profile for all audio files (.flac, .m4a, .mp3, .wav, etc).
The docs say that I technically can use legacy auto profiles and set [extension.flac], but the docs say it's not recommended because it's deprecated.
When playing an audio file, the output says there's an image (video?) stream containing the cover art and an audio stream:
● Image --vid=1 (mjpeg 1200x1200)
● Audio --aid=1 (flac 2ch 96000 Hz)
Is there a way I can automatically set this up so I don't have to manually set --no-audio-display every time? I'd really appreciate it!