08-07-2022, 09:16 PM
@TheOldPresbyope, the comment in coverart.php header is a bit out of date. In fact if one of the typical cover art file names can't be found the code searches for any file name that has one of the extensions below.
Code:
// All other image files
$extensions = array('jpg', 'jpeg', 'png', 'tif', 'tiff');