System: Mac M1 Air 16gb/512gb
OS: Sonoma 14.3.1
LRC Version: 13.1 Release
---------------
Three Issues:
1) I have a preset folder with six custom presets. When doing multiple exports using the batch export feature, LRC often doesn't launch the same number of processes as there are presets selected. I select 6 presets and it will only do 4 sometimes, 5 others. Sometimes it does all 6. I have to examine the export folder, see which ones it missed, and go back and re-export the ones it didn't do. Annoying.
Potential Fix: If LRC can't do all of the processes because of system limitations (I don't know why on a Mac M1 that would be the case), at least inform the user which ones are being done and which are not. Perhaps a loop to do sets consecutively with proper UI notification would be a good approach.
2) When doing multiple exports, a dialog comes up for each process, "Preparing to export". "number of processes - 1" of those dialogs don't go away on completion. (I suspect the code is removing one after the first process complets and considers the task done, never removing the others.) I have to focus each one and remove it manually. Annoying.
Potential Fix: You should be able to intercept the process completion signal and remove it's corresponding dialog on completion.
3) I have "Overwrite WITHOUT Warning" selected for each preset in the "Existing Files:" setting, yet LRC insists on renaming a file that exists in the current export folder to some long name containing the original name and other info. The only way I can get a clean export is to ensure the export folder is empty by deleting all the previously exported files. It is not overwriting existing files. Annoying.
Potential Fix: Delete the existing file before writing.
Wish:
Allow grouping of presets so I can export all 'n' (six in this case) with a single selection/click. An easy way would be to add a checkbox to the group folder, and then check all of the presets if that is checked. You can still prompt for the parent folder location.