Skip to content

Recursively analyze the outcome of multiple CD rips performed by whipper

License

Notifications You must be signed in to change notification settings

robin-thoene/whip-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whip-analyzer

Summary

Small CLI application to recursively analyze the outcome of multiple CD rips performed by whipper.

Disclaimer

This is a quickly written utility application. The code can not be considered well written or being stable/tested. Furthermore this program suits only my own use case, it might not suit yours.

Prerequisites

This CLI only works if you ripped you audio CD using whipper and kept the automatically generated *.log files that it produced.

Local development

Run the application

cargo run -- --path PATH_TO_ROOT_DIR

Run the application with hot reload using watchexec

watchexec -r -- "cargo run -- --path PATH_TO_ROOT_DIR"

Run the tests

cargo test

About

Recursively analyze the outcome of multiple CD rips performed by whipper

Resources

License

Stars

Watchers

Forks

Languages