Sound Voltex Konasute Chart Database
sdvx.directory is currently live with the data for Konasute.
To obtain the raw song / chart info for Konasute, we use v-flux which reads it from Konasute memory.
The output is written to the file songs.jsonl.
To generate the database:
cd python
uv sync
uv run create_sqlite_db.pyThe db will be gzip-compressed and placed into the web/public directory.
To collect and process images (song pack jackets, version logos, etc.):
cd python
uv run collect_images.pycd web
npm run devcd web
npm run buildcd web
npm run serve