origamiimaster / pdhrec

PDHREC is a Magic: the Gathering website that collates data about the Pauper Commander format.
https://pdhrec.com
MIT License
4 stars 0 forks source link

Errors in Card Image Selection #10

Open origamiimaster opened 1 year ago

origamiimaster commented 1 year ago

The current implementation of the image selection in the update.py is pretty bad. It attempts to do a lot of different things (avoid special rarities, select newer prints, not select low resolution pictures, so on...) but because of this can sometimes fail to select any images.

There is currently an extra check to force it to assign an image, but the entire section needs to be reworked.

origamiimaster commented 1 year ago

Mostly fixed, there is still going to be some fine tuning to the order of priorities.