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.
- Host: GitHub
- URL: https://github.com/braasileiro/pvdb2json
- Owner: Braasileiro
- License: gpl-3.0
- Created: 2022-08-28T21:22:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T01:04:18.000Z (almost 4 years ago)
- Last Synced: 2023-09-15T17:45:02.343Z (almost 3 years ago)
- Topics: converter, hatsune-miku, json, parser, project-diva, pv-db
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```