> For the complete documentation index, see [llms.txt](https://jvlflame.gitbook.io/javinizer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jvlflame.gitbook.io/javinizer/master/configuration/settings-overview/metadata-priorities.md).

# Metadata Priorities

Javinizer assigns metadata to fields in order by the sources listed in`sort.metadata.priority.(field)` if the scraper is enabled by the setting `scraper.movie.(source)`.

&#x20;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
