From 7481de651accf1ee4dda0f8bb4077775f5f1ddb3 Mon Sep 17 00:00:00 2001 From: Cainan Date: Mon, 17 Jun 2024 01:50:00 +0100 Subject: [PATCH] Update README.md --- TjaOffsetNeutralise/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TjaOffsetNeutralise/README.md b/TjaOffsetNeutralise/README.md index fd027d0..84e5a8f 100644 --- a/TjaOffsetNeutralise/README.md +++ b/TjaOffsetNeutralise/README.md @@ -3,4 +3,14 @@ Incredibly simple script which can take `.tja` files and remove any audio offsets in them. Modifying both the .ogg audio file and the chart iself. This tool will add a blank measure to make sure no audio is cut off, etc. -Usage: `offset_adjust.py --file file.tja` / `offset_adjust.py --path folder-containing-tja-files` +Usage: offset_adjust.py [-h] [--file FILE] [--path PATH] [--encoding {shift_jis,utf-8}] + +Process TJA and OGG files. + +options: + -h, --help show this help message and exit + --file FILE Path to a single TJA file + --path PATH Path to a directory containing folders with TJA files + --encoding {shift_jis,utf-8} + Encoding type (shift_jis or utf-8) +