Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 737 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 737 Bytes

Taiko Web Song Import Tool

A Tool for Batch Import TJAs to taiko-web

This tool only support TJA file with ogg or mp3 songs

How To Build

Windows:

gradlew.bat fatJar

Linux, macOS or other Unix-like systems:

./gradlew fatJar

Then the Jar file will be generated in "./build/libs" directory.

How to Use

java -jar TaikoWebSongImportTool-xxx.jar [options] {TJAs folder} {taiko-web songs folder} {taiko-web URL} {admin username} {admin password} 

For example:

java -jar TaikoWebSongImportTool-xxx.jar /home/user/songs /srv/taiko-web/public/songs http://taiko.example.com admin supersecretpassword 

For more details:

java -jar TaikoWebSongImportTool-xxx.jar -h