GintokiHub / hey-bro-check-log

hey bro, check my logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hey-bro-check-log

Build Status

A python tool which analyzes and verifies good ripping practices and potential inaccuracies in CD ripping logs.

Support

  • 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).

Running CLI

usage: run.py [-h] [-t] [-m] [-s] 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.

About

hey bro, check my logs

License:MIT License


Languages

Language:Python 99.8%Language:Makefile 0.2%