This version of hey-bro-check-log is maintained by doujin café discord community.
A python tool which analyzes and verifies good ripping practices and potential inaccuracies in CD ripping logs.
- Supports checking EAC and XLD logs.
- Matches deductions on Redacted (minus stupid aggregate ones)
- Supports combined EAC logs
- Detects other irregularities and special occurrences in the rip
- Data tracks
- Irregular AR results
- Hidden tracks and extraction
- Foreign language support (temperamental, as it's based on the most recent translation files).
usage: heybrochecklog [-h] [-t] [-m] [-s] [-ei] log [log ...]
Tool to analyze, translate, and score a CD Rip Log.
positional arguments:
log log file to check.
optional arguments:
-h, --help show this help message and exit
-t, --translate translate a foreign log to English
-m, --markup print the marked up version of the log after analyzing
-s, --score-only Only print the score of the log.
-ei, --experimental-integrity
Enable Log Integrity Checking (Experimental, EAC & XLD only)