10-11-2018, 10:34 PM
(This post was last modified: 10-12-2018, 02:19 AM by Tim Curtis.
Edit Reason: corrections
)
(10-11-2018, 10:02 PM)d1kmm Wrote: Hi Tim,
I also got problems displaying album images in cover art. I set cover display priority to separate cover image file, in my case 'cover.jpg'. If this is the only file in the root directory of the cd, everything works fine. But in many cases I got additional image files, i.e. cd.jpg, back.jpg, etc. It seems to be, that the - alphabetically - first image file will be used by the thumbnail generator. And: when I select this 'wrong' thumbnail, the cd tracks will be listed near by the correct 'cover.jpg'.
I'm not a php specialist, so I don't understand in detail how thmcache.php works.
Hope this helps a little bit.
Regards, Klaus
Hi Klaus,
Thanks for the clear description of the issue. A quick look at the thumbnail code and I think this might be a bug :-0
I'm seeing a fall-thru from the code block that tries to find the standard named cover image files (cover.jpg, folder.jpg, etc) to the code block that looks for the first "any_name.jpg", "any_name.png" etc. The first code block should exit if it finds one of the standard named files.
-Tim