https://github.com/loot/metadata-validator
A LOOT metadata file validator.
https://github.com/loot/metadata-validator
metadata modding tool validation
Last synced: 2 months ago
JSON representation
A LOOT metadata file validator.
- Host: GitHub
- URL: https://github.com/loot/metadata-validator
- Owner: loot
- License: gpl-3.0
- Created: 2017-02-05T17:14:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-15T20:07:22.000Z (4 months ago)
- Last Synced: 2026-02-16T02:21:58.115Z (4 months ago)
- Topics: metadata, modding, tool, validation
- Language: Rust
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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---g_-.7z
```
## Usage
```
metadata_validator ./masterlist.yaml
```
## Building From Source
Refer to `.github/workflows/ci.yml` for the build process.