Updating Settings via the Cmdline
Use the -SettingsPath parameter
Javinizer -Path 'C:\JAV\Unsorted' -SettingsPath 'C:\JAV\altSettings.json'Use the -Set parameter
Update a single setting
Javinizer -Path 'C:\JAV\Unsorted' -Set @{'sort.download.trailervid' = true}Update multiple settings
Javinizer -Path 'C:\JAV\Unsorted' -Set @{'sort.download.trailervid' = true; 'sort.format.nfo' = '<ID> <ACTORS>'}Last updated