https://github.com/eth-p/openvgdb-sorter
A small utility for sorting legal dumps using the OpenVGDB database.
https://github.com/eth-p/openvgdb-sorter
Last synced: about 1 year ago
JSON representation
A small utility for sorting legal dumps using the OpenVGDB database.
- Host: GitHub
- URL: https://github.com/eth-p/openvgdb-sorter
- Owner: eth-p
- Created: 2020-01-20T09:19:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T09:25:17.000Z (over 6 years ago)
- Last Synced: 2025-02-08T22:13:33.565Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenVGDB Sorter
A small utility for sorting legal dumps using the OpenVGDB database.
## Installation
1. Clone this repo.
2. Download the latest release of [OpenVGDB](https://github.com/OpenVGDB/OpenVGDB/releases) and place it in this folder.
3. Install the PHP command line runtime. This is probably called `php-cli` in your distro package manager.
## Usage
Move your dumps into a directory called `dumps`, and then run the following:
```bash
./vgdb-sorter --input=dumps --output=collection
```
All identified dumps will be renamed and placed in `collections/[system]/[region]`.
Anything that remains was unable to be identified.