Add ability to run multithreaded testing FLAC files in directory tree
Opened this issue · 2 comments
GoogleCodeExporter commented
Enhancement request.
Given the multithread logic is already in place, how about an option to run
miltithreaded testing of all FLAC files in a given directory structure?
Original issue reported on code.google.com by audiom...@gmail.com
on 13 Jul 2014 at 5:18
GoogleCodeExporter commented
All the code for multithreaded testing is already in the stable version of
flac2all.
It used to officially support it, but it was buggy, and there was no way of
making a proper log/summary of files that were not OK.
The feature is planned to be implemented properly in v4, with the ability to
print a report of which files are not OK, but for now, you can try running it
on the stable version with command "test" rather than mp3/ogg/aac.
Let me know if it works! This part of the code is not up to the same standard
as the rest.
Original comment by i...@ziva-vatra.com
on 19 Jul 2014 at 11:09
- Changed state: Accepted
GoogleCodeExporter commented
Original comment by i...@ziva-vatra.com
on 19 Jul 2014 at 11:10
- Added labels: Priority-Low, Type-Enhancement
- Removed labels: Priority-Medium, Type-Defect