From 936e107635be04996f4e4ebf6a5a5a4d55c73f24 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 27 Aug 2014 15:54:27 +0200 Subject: add support for album artwork, closes #1 --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ca52712..65e7c33 100644 --- a/config.def.h +++ b/config.def.h @@ -21,6 +21,10 @@ #define TEXT_NONE "No action received yet." #define TEXT_UNKNOWN "(unknown)" +/* this is a regular expression that has to match image filename used + * for artwork */ +#define REGEX_ARTWORK "\\(folder\\|cover\\)\\.\\(jpg\\|png\\)" + /* how to connect to mpd host ? * MPD_HOST is the server's host name, IP address or Unix socket path. If the * resolver returns more than one IP address for a host name, this functions -- cgit v1.2.3-54-g00ecf