Install Javinizer (CLI)
Last updated
Last updated
PowerShell Core (Version 6+) is required for use of the Javinizer module. I recommend using the latest stable release of PowerShell 7.
Python 3 is required for the use of some features of the Javinizer module:
Image cropping (Poster Image)
Text translation
CloudFlare scraping (deprecated)
Python needs to be added to your system PATH. Select the "Add Python 3.8 to PATH" checkbox during installation. After installing Python, you will need to install three Python modules via pip.
Open an administrator PowerShell or CMD console and run the following command.
Follow install instructions for your specific Linux distribution. Javinizer calls all Python commands on Linux using python3
and modules will need to be installed using pip3
.
MediaInfo (CLI) is required for the use of some features of the Javinizer module:
Parse media file metadata (resolution, etc.)
The recommended method to use Javinizer is installing the module via PSGallery. For power users, downloading releases manually or importing the module may be your choice instead.
Run PowerShell 7 as administrator.
Install the module via the Install-Module
command and then restart your shell.
Run PowerShell 7 and run the following command:
Run PowerShell 7 and run the following command:
The MediaInfo executable will need to be added to your system PATH. Generic instructions .
or clone the repository and extract the files to a directory of your choice.