Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Song Database

TheSnowfield edited this page Apr 22, 2020 · 7 revisions

Song database provides all song information of Arcaea. Before using the song database you should deploy service first.

There are double ways to load song data in your song database.

Using Release

You could download database and extract to DATABASE_PATH then override.

Using songlist

Copy songlist file to DATABASE_PATH and restart the service, then the script will auto-detect and update the database. This operation will not erase your original data, only compare and update fields as needed.

Using release version of song database for first-time deploying is recommended. And use songlist to update database every time when Arcaea released new version.

Of course you could add your own song alias in the database.

Clone this wiki locally