I wanted to make it easy to add images based on either game info or tags, so I worked on an "Icon" class.
I currenly have extended classes for ESRBIcon, RegionIcon, GenreIcon and SystemIcon, this is what it looks like so far:

It's based on either searching game info, tags or list name - a mix right now.. I'll have to decide what's best for each. Code is as simple as this:
local esrb = ESRBIcon(20, 60, 90, 127)
local system = SystemIcon(121, 60, 160, 128)
local region = RegionIcon(291, 60, 160, 128)
local genre = GenreIcon(461, 60, 160, 128)
Feel free to provide feedback or suggestions for other "icon" ideas

Here's the images I'm working on:



