Metadata Priorities
Javinizer assigns metadata to fields in order by the sources listed insort.metadata.priority.(field)
if the scraper is enabled by the setting scraper.movie.(source)
.
Metadata will never be combined using data from multiple sources, but rather assigned only to the first priority source that has non-null data.
For example, if your actress priority looks like this: "sort.metadata.priority.actress": ["r18", "javlibrary", "javbus"]
If actresses are found from the R18 scraper => R18 actresses will be assigned to the metadata field
If actresses are not found on the R18 scraper but are found on the Javlibrary scraper => Javlibrary actresses will be assigned to the metadata field
If actresses are not found on the R18 and Javlibrary scrapers but are found on the JavBus scraper => JavBus actresses will be assigned to the metadata field
Last updated