🐶
Docs
  • Javinizer
  • Installation
    • Install Javinizer (CLI)
    • Install Javinizer (Web GUI)
    • Updating Javinizer
  • Using Javinizer
    • Using the CLI
      • Sorting Files
      • Searching for Metadata
      • Updating Settings via the Cmdline
      • Setting owned movies on Javlibrary
    • Using the GUI
    • File Matching
      • Regex Match
      • Multi-part Match
    • Media Library Setup
  • Configuration
    • Settings
      • Actor Thumbnail CSV
      • Genre/Tag CSV
      • R18 Uncensor CSV
    • Dynamic Folder Structures
    • Format Strings
    • Metadata Priorities
    • Metadata Translation
    • Proxy Configuration
  • Troubleshooting
    • Frequently Asked Questions
Powered by GitBook
On this page
  • Use the -SettingsPath parameter
  • Use the -Set parameter
  • Update a single setting
  • Update multiple settings
  1. Using Javinizer
  2. Using the CLI

Updating Settings via the Cmdline

PreviousSearching for MetadataNextSetting owned movies on Javlibrary

Last updated 2 years ago

If you are a power user, it is likely that you will want to use different settings depending on what type of files you are sorting. In that case, it would be not be in your best interest to constantly change out settings between sorts.

For these cases, you have two options to dynamically assign settings via the command-line.

Use the -SettingsPath parameter

You are able to create alternative settings file using the default file.

The -SettingsPath parameter allows you to assign that alternate settings file via the command-line. By default, Javinizer uses the default jvSettings.json file located within your module root folder.

Javinizer -Path 'C:\JAV\Unsorted' -SettingsPath 'C:\JAV\altSettings.json'

Use the -Set parameter

The -Set parameter allows you to assign individual settings via the command-line. It accepts a of valid settings which will override the defaults provided by the settings file.

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>
hashtable