diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-27 15:54:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-27 16:04:47 +0200 |
commit | 936e107635be04996f4e4ebf6a5a5a4d55c73f24 (patch) | |
tree | 2720e4c24ff5ff13b058958d27134ffda72269ac /config.def.h | |
parent | prepare version 0.4.7 (diff) | |
download | mpd-notification-936e107635be04996f4e4ebf6a5a5a4d55c73f24.tar.gz mpd-notification-936e107635be04996f4e4ebf6a5a5a4d55c73f24.tar.bz2 mpd-notification-936e107635be04996f4e4ebf6a5a5a4d55c73f24.tar.xz mpd-notification-936e107635be04996f4e4ebf6a5a5a4d55c73f24.tar.zst mpd-notification-936e107635be04996f4e4ebf6a5a5a4d55c73f24.zip |
add support for album artwork, closes #1
Diffstat (limited to '')
-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 |