mirror of
https://github.com/loot/metadata-validator.git
synced 2026-07-27 14:15:41 -07:00
29 lines
939 B
Markdown
29 lines
939 B
Markdown
LOOT Metadata Validator
|
|
=======================
|
|
|
|

|
|
|
|
This is a very simple validator for LOOT metadata files that tries to load a
|
|
given metadata file using libloot, and prints the message for any exception
|
|
thrown.
|
|
|
|
## Downloads
|
|
|
|
Releases are hosted on [GitHub](https://github.com/loot/metadata-validator/releases).
|
|
|
|
Snapshot builds are available as artifacts from [GitHub Actions runs](https://github.com/loot/metadata-validator/actions), though they are only kept for 90 days and can only be downloaded when logged into a GitHub account. The snapshot build archives are named like so:
|
|
|
|
```
|
|
metadata-validator-<last tag>-<revisions since tag>-g<short revision ID>_<branch>-<platform>.7z
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
metadata_validator ./masterlist.yaml
|
|
```
|
|
|
|
## Building From Source
|
|
|
|
Refer to `.github/workflows/ci.yml` for the build process.
|