An open API service indexing awesome lists of open source software.

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.

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.