You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .gitignore | 4 years ago | |
| LICENSE | 6 years ago | |
| lark | 4 years ago | |
| metadata.md | 4 years ago | |
| metadata.py | 4 years ago | |
| readme.md | 4 years ago | |
| romdb.py | 6 years ago | |
readme.md
Lark
Lark is a ROM organizer that uses known hashes to validate and sort ROM files into a library directory structure.
Current features
- Basic database editing works.
Planned features
- Validate ROM images.
- Rename/move ROM files
- Maintain a database of present ROMs
- A nice, Beets-like interface
- Grouping ROMS in archive files
Known issues
- This probably isn't terribly efficient. It's Python parsing JSON into an SQLite database and I onlyknow pretty basic database design.