You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update introduces user-configurable options for subfolder inclusion in batch operations. File search methods now dynamically adjust between TopDirectoryOnly and AllDirectories based on checkbox state.
<CheckBoxx:Name="SearchSubfoldersConversionCheckBox"Content="Search for files in subfolders"Margin="0,5"HorizontalAlignment="Left"ToolTip="Recursively search for files in all subfolders" />
86
87
<CheckBoxx:Name="DeleteOriginalsCheckBox"Content="Delete original files after successful conversion"Margin="0,5"HorizontalAlignment="Left"ToolTip="Automatically delete source files once they are successfully converted to CHD" />
87
88
<CheckBoxx:Name="ProcessSmallerFirstCheckBox"Content="Process smaller files first"Margin="0,5"HorizontalAlignment="Left"ToolTip="Sort files by size and process the smallest ones first" />
<CheckBoxx:Name="SearchSubfoldersVerificationCheckBox"Content="Search for files in subfolders"Margin="0,5"HorizontalAlignment="Left"ToolTip="Recursively search for files in all subfolders" />
116
118
<CheckBoxx:Name="MoveSuccessFilesCheckBox"Content="Move successfully tested CHD files to 'Success' folder"Margin="0,5"HorizontalAlignment="Left"ToolTip="Move CHD files that pass verification into a 'Success' subfolder" />
117
119
<CheckBoxx:Name="MoveFailedFilesCheckBox"Content="Move failed tested CHD files to 'Failed' folder"Margin="0,5"HorizontalAlignment="Left"ToolTip="Move CHD files that fail verification into a 'Failed' subfolder" />
0 commit comments