Awesome tool, thank you! I ran into a small issue with apparently some of my file names have â,â in them, which trips up the parsing, but I really shouldnât have commas in my file names anyway. I renamed those files and works great!
The buildlayout.txt file uses comma as a separator for lists. Unfortunately it doesnât put strings in quotes, so I canât differentiate between a comma in a filename and a comma thatâs used to indicate a new list item.
Another issue is that some regions donât use the period symbol . as decimal separator, but a comma ,. The generated buildlayout.txt file uses comma as string delimiter, but the size uses a comma as decimal separator too in some regions/locales. BuildLayout Explorer is unable to properly parse it in this case.
I started implementing JSON support a while ago, and itâs almost finished. There was just one issue that remained, as far as I know, but I canât recall it anymore. I will try to complete the work in the next few weeks.