Index: apps/recorder/albumart.c =================================================================== --- apps/recorder/albumart.c (revision 20909) +++ apps/recorder/albumart.c (working copy) @@ -193,7 +193,7 @@ bool search_albumart_files(const struct } #if defined(HAVE_JPEG) || defined(PLUGIN) - if (!found) + if (!found && (*size_string == '\0')) { snprintf (path, sizeof(path), "%sfolder.jpg", dir); found = file_exists(path);