Updating Settings via the Cmdline
Use the -SettingsPath parameter
C:\> Javinizer -Path 'C:\JAV\Unsorted' -SettingsPath 'C:\JAV\altSettings.json'Use the -Set parameter
C:\> $newSettings = @{'sort.download.trailervid' = 1; 'sort.download.actressimg' = 0}
Javinizer -Path 'C:\JAV\Unsorted' -Set $newSettingsLast updated