MG 2.0 How do I set Album cover?

Can this be a feature request? It certainly looks a lot better for the album cover to have only one image visible, as opposed to 4.

^^^ This!

It looks very messy with the 4 small images per cover. Hard to tell where one album starts and the other one ends. It just runs all together.
I don't know if an official feature request was submitted but please consider adding back setting a custom album thumbnail. Thanks!
 
It looks very messy with the 4 small images per cover. Hard to tell where one album starts and the other one ends. It just runs all together....


An ugly workaround

Open the file \src\addons\XFMG\Service\Album\ThumbnailGenerator.php

Finnd (Line 36):

Code:
->fetch(4);

Replace with:

Code:
->fetch(1);


Save


ACP > Tools > Rebuild caches -> XFMG: Rebuild album thumbnails -> Rebuild now


Open the file \src\addons\XFMG\Service\Album\ThumbnailGenerator.php

Finnd (Line 36):

Code:
->fetch(1);

Replace with:

Code:
->fetch(4);

Save
 
Top Bottom