aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpd-notification.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpd-notification.c b/mpd-notification.c
index 11443b0..0ef50ad 100644
--- a/mpd-notification.c
+++ b/mpd-notification.c
@@ -324,6 +324,9 @@ int main(int argc, char ** argv) {
#ifdef HAVE_LIBAV
pixbuf = retrieve_album_art(music_dir, uri);
+ if (verbose > 0 && pixbuf != NULL)
+ printf("%s: found artwork in media file: %s/%s\n", program, music_dir, uri);
+
if (pixbuf == NULL)
#endif
icon = get_icon(music_dir, uri);