Javinizer uses a csv file of actors scraped from R18.com to populate missing actor thumbnail images.
The thumb csv can be opened using the command:
C:\> Javinizer -OpenThumbs
The default file Javinizer uses is the jvThumbs.csv file located in the root module folder. Javinizer can use a custom path defined by thelocation.thumbcsv
Updating the csv
The jvThumbs.csv file can be manually updated using the following command. Only new actors will be appended to the csv file.
# The -Pages parameter accepts an array of numbers for the start/end page
C:\> Javinizer -UpdateThumbs -Pages 1,10 -Verbose
Updating the csv during sort
If setting sort.metadata.thumbcsv.autoadd is enabled, any new actress with a valid thumbUrl will be automatically appended to the csv file.
Converting actress names using the csv
If setting sort.metadata.thumbcsv.convertalias is enabled, Javinizer will automatically convert any of the listed aliases (separated by | and entered in LastName FirstName format) to the actress that the alias corresponds to. Using the JapaneseName as the alias will yield the most accurate results.