🐶
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
  • -UpdateModule (recommended)
  • Update-Module
  1. Installation

Updating Javinizer

Javinizer updates via the native PowerShell cmdlet Update-Module or using the inbuilt -UpdateModule command.

-UpdateModule (recommended)

-UpdateModule is a custom command for updating Javinizer to the latest version while persisting your existing settings files. This command requires that Javinizer is already installed on your system.

To update, run the following command:

Javinizer -UpdateModule

You may receive some errors while running, but it is largely ok to ignore them. If you are concerned, feel free to reach out via GitHub issues or my discord.

Update-Module

Due to how modules work with PowerShell, your settings will not carry over from the previous version IF you use Update-Module. Make sure to back up your settings and copy them over to the new installation once it is complete.

Update-Module is the native PowerShell method to update modules to their latest version. As this method does not carry over your existing settings from the previous version, I do not recommend it unless your are comfortable with transferring your settings yourself.

To update, run the following command:

Update-Module Javinizer -Force

In the case that you forgot to copy your previous settings, don't worry! Updating the module does not fully remove the previous version.

To open your parent Javinizer module directory, run the following command and manually copy any desired files to your latest version:

Invoke-Item (Get-Item (Get-InstalledModule Javinizer).InstalledLocation).Parent
PreviousInstall Javinizer (Web GUI)NextUsing the CLI

Last updated 2 years ago