An easy-to-use bulk hold-time analyzer, generating graphs for the hold times of osu!standard replays.
Usage • Development • Demo
Made with ❤️ by @minisbett
To get started, head over to the latest release page on GitHub. From there, locate and download the ZIP file (ending with .zip
). Once the download is complete, extract the ZIP file.
On the first start of the application, a replays
folder will be created in the same directory as the .exe
file.
Here's a step-by step instruction on how to use the hold-time analyzer:
- Place all all replays you'd like to generate a graph for in the
replays
folder. - Launch the application. It will process all replays, and report whether processing was successful or, in rare cases, was skipped.
- Get the resulting PNG files containing the graph from the
output
folder, which can also be found in the same directory as theholdtimeanalyzer.exe
file.
Note: The PNG files will have the same name as the replay files used to generate them. (eg. replay1.osr
becomes replay1.png
)
If an error occured, the application will report it to you in the console. Additionally, a detailed error report TXT file is created in the output
folder, with the same name as the replay that caused the error. In this case, feel free to report it in the issues section of this repository.
If you'd like to suggest new features and/or changes for this project, please open an issue first so that we can discuss it.