Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save result of verification to local disk #55

Open
sulebust opened this issue Nov 7, 2018 · 3 comments
Open

Save result of verification to local disk #55

sulebust opened this issue Nov 7, 2018 · 3 comments

Comments

@sulebust
Copy link

sulebust commented Nov 7, 2018

When I run a verification of a checksum file generated by searching a large number of folders the result can be very long. There should be a way to export e.g. "mismatch" and "unreadable" results to a .csv file (or other usable format).

@sergeevabc
Copy link

Err… @gurnec, hello?

@Schweinepriester
Copy link

Schweinepriester commented Dec 10, 2019

+1! Another option would be to improve command line capabilites to be able to write the whole output to a file, but that might be difficult according to http://code.kliu.org/hashcheck/faq.html#faq-command-line

EDIT: Or at least allow us to copy the rows…

@Schweinepriester
Copy link

Another comment to let you know I've found a way which works for me: https://www.nirsoft.net/utils/sysexp.html

Details

Via https://www.raymond.cc/blog/how-to-copy-text-or-error-messages-from-any-dialog-boxes-in-windows/ I've found https://www.nirsoft.net/utils/sysexp.html.

Example result of verification (it's german, sorry):

image

Using SysExporter (UI):

image

Which is exportable, e.g. in a CSV:

Dateiname,Größe,Status,Erwarteter Hash,Tatsächlicher Hash
F:\Audio\Mediathek\Musik\Isis\In the Absence of Truth\9. Garden Of Light.mp3,,Unlesbar,fde4569add92c4bb29c20d5a877ee366667c48738161d55c3b4c29cf6a896ebf03c89e6b86ed12ce6e08615e07f8c388e2665235acf7a7f3f3ca59f776b0a5dd,
F:\Audio\FLAC\Foo Fighters\xFoo Fighters - (1997)The Colour And The Shape (Bonus CD)\Foo Fighters - The Color and the Shape (Bonus CD)\01 - Requiem.flac,,Unlesbar,7301dbd9f91c9bf9b7ee239255aa9fa1b8b50a3ef5b9b3dd1f5a6582707cb3664d52197735681f129063be5755fb615e51619b45185aa4bbc186ebcf95465bea,
F:\Audio\FLAC\Foo Fighters\xFoo Fighters - (1997)The Colour And The Shape (Bonus CD)\Foo Fighters - The Color and the Shape (Bonus CD)\02 - Drive Me Wild.flac,,Unlesbar,3713160d0ee09c2339b40fd660b957e03bed8e5e65587a9fbcd46125a8d0cb999be8672fc8a14714e4ebcd43da0de8ac60ddb8c24d316b757298d5e7366cf307,
…

Having this natively would still be better of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants