MetaYAMLer is a small app which helps with the building of image libraries in a flat file CMS, like Grav. When you point it at a folder full of JPG, PNG or GIF files, it'll load them in and then let you set some alt_text (if needed) and a description for automatically placing into the right .meta.yaml file alongside the image.
{.center}
I wanted to make the program as efficient as possible, and used it to build all the text for the galleries on this webpage. The first gallery took about an hour to do by hand. I wrote MetaYAMLer in the space of about 30 minutes, and the other six galleries took less than an hour to finish off, combined. So I know it's nicely efficient. I hope you find it as useful as I did!
Note - The ZIP contains the entire VS2019 project, not just the compiled .exe, so if you want to adjust the code to cope with more image types, or if you want to just make a change for the sake of it, please do. If you want to poke fun at my crappy coding skills, that's absolutely fine too, just email none@none.com and I'll get to your complaint in due course :)
Note - Don't use ""'s in your alt_text or description. As they tend to get loaded into HTML attributes, any double-quotes would annoy the quotation marks around the string. Your page will have a bug and refuse to render.