speedcontrol / nodecg-speedcontrol

NodeCG bundle to help facilitate the running of speedrunning marathons, including overlays.
MIT License
44 stars 34 forks source link

Cache country flags from speedrun.com when importing schedules #15

Closed zoton2 closed 5 years ago

zoton2 commented 6 years ago

Relying on speedrun.com for the flag images on layouts is a bad idea right now because of their high server load, so caching them would be a good idea.

zoton2 commented 6 years ago

This could be expanded to cache flags/images from anywhere, with a server side extension to download them and store them in a folder that graphics can easily access.

zoton2 commented 5 years ago

I'm going to close this for now as I think it's out of scope for this bundle; in my own bundles I downloaded all the flags myself and stored them in there.