[23:25] Eickmeyer[m]: this shows input then outputfile: https://paste.ubuntu.com/p/CcV8wKpcMy/ [23:29] Eickmeyer[m]: the idea is that if either autojack or studio-controls can't find ~/.config/autojack/autojack.json they will run convert-studio-controls which will read the old config file if there is one, and create the file from that or create a default one. [23:32] Eickmeyer[m]: you will note there is now a version in the config file. So programs can read the version of the config file and run the convert against that to update if needed. [23:32] Oh, perfect. [23:32] This should keep all config file updates and catch changes in one place [23:36] Eickmeyer[m]: the main reason I need to change is that I want to keep a db of all devices and that could end up longer than one line in our configfile format, this allows many more devices and subdevices even when people add 20 loopback subdevices :P [23:44] OvenWerks: great idea.