I also wish I could set the album cover. I settled for one or two thumbnails so it's not so cluttered.
You have to edit src/addons/XFMG/Service/Album/ThumbnailGenerator.php
Change $media = $mediaFinder->fetch(4); to $media = $mediaFinder->fetch(2); or $media = $mediaFinder->fetch(1);
Then run admin/Tools/Rebuild Caches/XFMG: Rebuild media thumbnails
Note: The file check will fail the next time it runs because of the edited file.
Great idea! Letting users choose a custom cover photo would definitely make albums more visually appealing. If this feature isn’t built-in yet, it could be a great enhancement or addon. Would love to know if there's already a workaround or extension available for this too!