From 4369fbe03f3cdd18a490e3aab581b4e009d01f72 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 28 Oct 2024 15:41:57 +0100 Subject: accept avif and webp images as cover artwork Note this may require specific libraries to be installed... --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b8ef018..7127c7c 100644 --- a/config.def.h +++ b/config.def.h @@ -37,7 +37,7 @@ /* this is a regular expression that has to match image filename used * for artwork */ -#define REGEX_ARTWORK "\\(folder\\|cover\\)\\.\\(jpg\\|png\\)" +#define REGEX_ARTWORK "\\(folder\\|cover\\)\\.\\(avif\\|jpg\\|png\\|webp\\)" /* how to connect to mpd host ? * MPD_HOST is the server's host name, IP address or Unix socket path. If the -- cgit v1.2.3-70-g09d2