Sorting Files
Javinizer's primary function is to sort your local JAV media files into an ordered format to use within a media library. It is likely that you will want to read the settings documentation to make changes before sorting. The commandline parameters are as follows:
Sorting a path of files
This will most likely be your go-to command when running Javinizer. This utilizes the -Path
, -DestinationPath
, and optionally the -Recurse
command.
By default, Javinizer will assign the -Path
and -DestinationPath
via your settings.
Path ->
location.input
DestinationPath ->
location.output
If -DestinationPath
is not assigned via the commandline or the location.output
setting, then the -DestinationPath
will automatically be assigned to the same location as your -Path
.
Otherwise, you can just set both -Path
and -DestinationPath
on the commandline.
Movies not being matched
Using direct URLs
If for whatever reason Javinizer is unable to find a movie via the ID on a scraper, you can use the URLs the sort the file. The URLs will need to be defined as an array.
Using -Strict
If a file is not being matched, it may be because the default file matcher is incorrectly matching your filename to the scraper source ID. View the documentation in the "File Matching" article to see how the -Strict
parameter can be used to directly match the filename as the ID.
Updating already-sorted files
If you want to update metadata for already-sorted files, you can use the -Update
parameter. The -Update
parameter will not move any of your movie files, and only replace the .nfo
metadata file by default.
Last updated