08-07-2018, 12:20 AM
It already has some code to change its behavior whereby it prefers an image file to an embedded cover but that also breaks another case, ugh. But maybe you could come up with some code for your particular case and we just add a third value (2) to the SEARCH_PRI define.
// image search priority
// 0: search for embedded image first (default)
// 1: search for image file first
define('SEARCH_PRI', 0);
-TIm
// image search priority
// 0: search for embedded image first (default)
// 1: search for image file first
define('SEARCH_PRI', 0);
-TIm