Same problem as others -- scan never completes and gives no results. However, core [v.0.18] seems to work fine when used from command line (completes quickly and produces report). Accordingly, I'm assuming the problem lies with the front-end GUI.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Throw this in a batch file (say mp3chk.bat)
FOR /R %1 %%i in ("*.mp3") do mp3val.exe "%%i" -si -l%2
then call it like
mp3chk c:\mp3 c:\mp3errors.txt
Works for me!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I used this just the other day and it worked great, have just upgraded to Windows 7 and now have the above problem. Hit scan, nothing happens, hit it again, am told threads are in progress or something like that... please fix!! :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
same problem
Me too. After starting a scan nothing happens, starting Scan or Repair again, the message appears that these "... threads are still active".
Same here on Windows XP. It does not work as described by the other writers.
Have the same problem. Core version 0.17 is OK!
Same problem as others -- scan never completes and gives no results. However, core [v.0.18] seems to work fine when used from command line (completes quickly and produces report). Accordingly, I'm assuming the problem lies with the front-end GUI.
0.18 not working with frontend...
Still not working.
Throw this in a batch file (say mp3chk.bat)
FOR /R %1 %%i in ("*.mp3") do mp3val.exe "%%i" -si -l%2
then call it like
mp3chk c:\mp3 c:\mp3errors.txt
Works for me!!
Same problem, Frontend 0.1.1 & Core 0.18 don't work. Nothing happens, when I start the scan. Core 0.17 is working.
Same Problem, nothing happens. Version 0.17 works fine.
I used this just the other day and it worked great, have just upgraded to Windows 7 and now have the above problem. Hit scan, nothing happens, hit it again, am told threads are in progress or something like that... please fix!! :(
It seems that mp3val.exe was wrongly compiled. I have reuploaded the file. Now the 0.1.8 core should work properly with the frontend.