https://github.com/greg-kennedy/dat-filter
Tool for editing .dat files from no-intro project
https://github.com/greg-kennedy/dat-filter
no-intro perl5 rom xml
Last synced: 23 days ago
JSON representation
Tool for editing .dat files from no-intro project
- Host: GitHub
- URL: https://github.com/greg-kennedy/dat-filter
- Owner: greg-kennedy
- License: unlicense
- Created: 2018-12-16T07:00:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T20:45:21.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:47:53.496Z (3 months ago)
- Topics: no-intro, perl5, rom, xml
- Language: Perl
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dat-filter
Greg Kennedy## What's this?
No-intro and other sites distribute .dat files for use in RomCenter or ClrMamePro - these databases help track and organize ROM releases for different regions / revisions etc.dat-filter is a tool to prune a .dat file to help produce a romset for users. Given an input xml file, it will search titles for strings to remove ("proto", "beta", etc) as well as filtering out regions the user is uninterested in.
All control is user-driven via the config.txt file.
## Usage
* Edit config.txt and set options
* `./dat-filter.pl dat-file-name.dat > pruned-dat-file.dat`
* Load pruned-dat-file.dat into your ROM management tool.