From 029ff1049b4f82d2a0ac9caec7b1314e25049971 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Mon, 22 Mar 2021 10:21:52 +0100 Subject: player: load cover art with the media filename Closes #8666. --- options/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index bc903e655a..f54c7bd16c 100644 --- a/options/options.c +++ b/options/options.c @@ -594,7 +594,7 @@ static const m_option_t mp_opts[] = { {"audio-file-auto", OPT_CHOICE(audiofile_auto, {"no", -1}, {"exact", 0}, {"fuzzy", 1}, {"all", 2})}, {"cover-art-auto", OPT_CHOICE(coverart_auto, - {"no", -1}, {"fuzzy", 1})}, + {"no", -1}, {"exact", 0}, {"fuzzy", 1}, {"all", 2})}, {"", OPT_SUBSTRUCT(subs_rend, mp_subtitle_sub_opts)}, {"", OPT_SUBSTRUCT(subs_filt, mp_sub_filter_opts)}, @@ -1016,7 +1016,7 @@ static const struct MPOpts mp_default_opts = { .pitch_correction = 1, .sub_auto = 0, .audiofile_auto = -1, - .coverart_auto = 1, + .coverart_auto = 2, .osd_bar_visible = 1, .screenshot_template = "mpv-shot%n", .play_dir = 1, -- cgit v1.2.3