Genre Replacement CSV

Javinizer can utilize a csv file of genres to replace them with a genre of your choice.

# Opens the genre replacement csv file
C:\> Javinizer -OpenGenres

The default file Javinizer uses is the jvGenres.csv file located in the root module folder. Javinizer can use a custom path defined by the location.genrecsv setting.

It is enabled by the following settings:

  • location.genrecsv - If blank, this will point to the file located within your module root directory.

  • sort.metadata.genrecsv

A default genre csv file is included with Javinizer which will replace Javlibrary genres with their R18 counterparts.

For example, if your jvGenres.csv file looks like this:

Original

Replacement

Blow

Blowjob

  • Any scraped genre that equals Blow will be replaced with Blowjob

Last updated