TaikoNus3bankMake/TjaBatchConvert
Cainan 79f5a9ab67 Update batch_convert.py
Fix Mania/Ura having no values in musicinfo
2024-06-17 19:31:07 +01:00
..
bin Add new tool, update README for others. 2024-06-17 18:38:46 +01:00
batch_convert.py Update batch_convert.py 2024-06-17 19:31:07 +01:00
README.md Add new tool, update README for others. 2024-06-17 18:38:46 +01:00

TJA Batch Conversion

Python script that converts TJA files and audio for use with TaikoSongConversionTool
The tool isn't very fast, due to the JSON files becoming malformed when multi-threading is involved.

This tool takes advantage of vivaria's tja2fumen for conversion.

Usage: batch_convert.py [-h] input_folder output_folder

Process TJA files and generate related files.

positional arguments:
input_folder The input folder containing TJA files.
output_folder The output folder where processed files will be saved.

options:
-h, --help show this help message and exit