HydrogenAudio

Lossless Audio Compression => FLAC => Topic started by: Thomas C. on 2017-09-24 10:02:13

Title: Archive tester - Tool to facilitate testing collections of archives, incl. FLAC
Post by: Thomas C. on 2017-09-24 10:02:13
"Archive tester" is a tool to facilitate testing of massive collections of mixed archive files such as *.7z, *.bz2, *.gz , *.rar *.tar, *.xz, *.zip, *.exe, *.r00/r01, *.z00/z01, *.001... and *.flac. I think that it may be useful to other people so I recently made it a little cleaner and made it available.

Originally, it tested *.rar, *.7z and *.zip files. Recently I include support for more types supported by 7z.exe, and the support for *.flac files. *

It is still a very fresh project and (constructive) feedback is welcome.

You may find it at: http://thomasconte.net/it/tools/archive-tester/


* You need to give it the path to flac.exe and 7z.exe in the Settings tab. Requires .NET 4.0+. Tested with 7z.exe 16.04 [64], flac.exe 1.3.2 win32/win64. UnRAR.exe is included in the application files.
Title: Re: Archive tester 0.1.3.2 – Including FLAC testing
Post by: Thomas C. on 2017-09-28 20:00:49
Version 0.1.4.0 available:
- Skip button (skips current file being tested)
- Timeout setting (skips current file being tested)
- Progress bar now based on byte progress instead of file progress.
Title: Re: Archive tester 0.1.3.2 – Including FLAC testing
Post by: Thomas C. on 2018-01-17 21:57:35
Version 0.1.4.1 available

Some bug fixes and improvements, see section "Version history" after following link in original post.
Title: Re: Archive tester 0.1.3.2 – Including FLAC testing
Post by: punkrockdude on 2018-01-18 12:41:48
Does it use FLAC files own md5 checksum tag or what does it check to know if they are alright?
Title: Re: Archive tester 0.1.3.2 – Including FLAC testing
Post by: Thomas C. on 2018-01-18 15:45:31
The output of flac.exe test function. So it's flac.exe that is performing the largest part of the test, I guess it's using it's MD5 but "Archive tester" doesn't access it directly (I could give it a try for future versions but that is not planned for now).
Title: Re: Archive tester - Tool to facilitate testing collections of archives, incl. FLAC
Post by: Thomas C. on 2018-07-18 22:47:56
Version 0.2.0.0 is available (big update).

Change log
Parallel testing (~multithreading)
Multivolume: I still have a more flexible file extension/tester matching system in mind, but here is already something that should solve many cases.
Self-extracting I still have a more flexible file extension/tester matching system in mind, but here is already something that should solve many cases.
Benchmarking:
Targeting tuning:
Stability and efficiency
UI:
UI consistency:
Dependencies and compatibility:
Possible issue(s):
Title: Re: Archive tester - Tool to facilitate testing collections of archives, incl. FLAC
Post by: Thomas C. on 2019-02-11 23:26:18
Version 0.2.1.0 is available.

Change log
New
Fixes
Misc.