Command-line Interface#
Usage#
$ jubeatools [OPTIONS] SRC DST
Positional Arguments#
SRCsource, path to the input chart file or chart folder
DSTdestination, output path template to use for the output file or set of files. See The output path template for more info
Options#
Input#
--input-format=FORMATForce jubeatools to read the input file / folder as the given format. If this option is not used jubeatools will try to guess the format using
guess_format().Possible values :
eve,jbsq,malody,memon:legacy,memon:v0.1.0,memon:v0.2.0,memon:v0.3.0,memon:v1.0.0,mono-column,memo,memo1,memo2,yubiosi:v1.0,yubiosi:v1.5,yubiosi:v2.0,iboogie--beat-snap=NUMBERSnap all notes and bpm changes to the nearest \(\frac{1}{\texttt{NUMBER}}\) beat
Applies to the following formats :
eve,jbsqPossibles values : Integers >= 1
--mergeIf called on a folder, merge all the chart files found inside with a “permissive” strategy.
Applies to the following formats:
memon:legacy,memon:v0.1.0,memon:v0.2.0,memon:v0.3.0,memon:v1.0.0
Output#
-f, --format=FORMATOutput file format
required
Possible values :
eve,jbsq,malody,memon:legacy,memon:v0.1.0,memon:v0.2.0,memon:v0.3.0,memon:v1.0.0,mono-column,memo,memo1,memo2,yubiosi:v1.0,yubiosi:v1.5,yubiosi:v2.0--circlefreeAdd
#circlefree=1to the file header when converting to a format from the jubeat analyser family.This means long note ends will be written down with non-circled numbers, like in this example :
□□□□ |--①-| ①――< |--②-| □□□□ |----| □□□□ |----| □□□□ 2□□□ □□□□ □□□□
Other#
--helpShow the help text and exit