Imports AQUAs db.sqlite database into ARTEMiS database, currently WIP
Go to file
2023-04-16 23:33:56 +02:00
.gitignore Initial commit 2023-04-16 21:22:27 +00:00
aqua_importer.py Added aqua_importer.py script, updated README 2023-04-16 23:33:56 +02:00
README.md Added aqua_importer.py script, updated README 2023-04-16 23:33:56 +02:00

AQUA-to-ARTEMiS

Imports AQUAs db.sqlite database into ARTEMiS database, currently WIP

Requirements

Already have ARTEMiS installed and created the database with

python dbutils.py create

The aqua_importer.py script will read the settings from your specified ARTEMiS config/ folder!

Instructions

Place aqua_importer.py in your ARTEMiS directory and execute it:

python aqua_importer.py "C:\path\to\aqua\data"

TODO

  • Chunithm New!! Plus
  • O.N.G.E.K.I. Bright Memory
  • maimai DX UNiVERSE/FESTiVAL
  • Change the game version to import using arguments
  • Code clean up/optimizations