AirDC++ extension that performs various validations for release directories.
- Scans the content of completed bundles
- Allows scanning the whole share manually (use the command
/rvalidator scan
)
- Checks for missing/extra files based on the SFV file content
- Detect missing/extra SFV/NFO files
Pull requests with new validation modules are welcome. When developing new modules, please write tests as well.
This extension is based on the airdcpp-create-extension example project, that provides instructions for AirDC++ extension development.
You may run the tests with npm run test
.