Skip to content

vanHavel/sdvx-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdvx-db

Sound Voltex Konasute Chart Database

sdvx.directory is currently live with the data for Konasute.

Obtaining the raw data

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.

Generating the database

To generate the database:

cd python
uv sync
uv run create_sqlite_db.py

The db will be gzip-compressed and placed into the web/public directory.

Collecting images

To collect and process images (song pack jackets, version logos, etc.):

cd python
uv run collect_images.py

Running the dev server

cd web
npm run dev

Building the web app

cd web
npm run build

Serving the production build

cd web
npm run serve

About

Sound Voltex Konasute Chart Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors