diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |