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

https://github.com/braasileiro/pvdb2json

Simple script to convert pv_db.txt files from Project DIVA stuff to JSON.
https://github.com/braasileiro/pvdb2json

converter hatsune-miku json parser project-diva pv-db

Last synced: 4 days ago
JSON representation

Simple script to convert pv_db.txt files from Project DIVA stuff to JSON.

Awesome Lists containing this project

README

          

# pvdb2json
Simple script to convert pv_db.txt files from Project DIVA stuff to JSON.

I made this for my personal use and I not parsing all entries. Be advised.

It's a modern .NET console project.

# Usage
```
pvdb2json [options]

Options:
-i, --input The pv_db.txt file to be converted to json. []
-t, --type The identifier type of converted entries. [default: 0]
--version Show version information
-?, -h, --help Show help and usage information
```