Skip to content

arg274/cambia

Repository files navigation

Cambia

Build cambia

A compact disc ripper log checking utility.

Features:

  • EAC/XLD/whipper/CUERipper log support
  • Log scoring based on the OPS log checker
  • Single-binary executable
  • Command-line utility and a web UI

chrome_ilf5x2PrXy

Usage:

Short Long Argument Description
-p --path <PATH> Path to the log file, ignores server mode arguments if present
-s --server Run the server and the web interface on port 3030 (production) or 3031 (dev)
--tracing trace, debug, info, warn, error Set the log level
--save-logs Save the uploaded logs to a directory (rip_logs)
-h --help Print help
-V --version Print version

Building:

To build the program, run:

npm run --prefix web build
cargo build --release

Experimental rippers such as CUERipper are excluded from the default build configuration. Use Cargo features to enable them.

Roadmap:

  • Support for more rippers
  • Better scoring mechanism
  • Better documentation

Anti-goals:

  • Mimicking buggy behaviour from other log parsing/scoring implementations

About

A compact disc ripper log checking utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published