Publish it because it was said to want to share.
I is not the author, this was published in Japan in the forum. (You can not get the file currently)
This is a tag editor that simplifies the Japanese input.
Text editor is required to Shift-JIS can handle, but I think work becomes easier.(Tag writes by encoding to unicode from Shift_JIS)
vgm_tag.exe use the HTML character references when you enter the Japanese, but difficult it is to understand.
It is inconvenient it is necessary to encode the Japanese to html character references.
Example:
Code:
vgm_tag.exe -Title:"Opening" "Opening.vgm"
vgm_tag.exe -Title:"オープニング" "Opening.vgm"
But it is easy to VGM Tag Editor if copy and paste.
Example:
Code:
VTE.EXE "Opening.vgm" vte.txt "Opening" "オープニング"
Usage is translated into English text file in zip.
Download here