dcwebman, my recommendation is to report on bugs in the build threads, but if you need to have a discussion of it, edit the original bug post with a link to a new thread and move discussions there. That prevents the locking problem when the build threads close. Also, I know I tend to review individual threads much more carefully than the replies to the build threads. The build thread comments are usually more for JRiver's folks than us (IMHO).
I tend to download the new builds almost right after they're released (I check when I get home from work, which is usually around 6:30 PM EDT, which is right when they typically post the new builds). I often don't even see the comments on the build threads until the next day...
Okay... All that said. I too can't get MC12 to import my Vonage voice mail WAV files. Up until now I never tried, but you're right, it doesn't work.
Here's a sample WAV file:
http://www.geocities.com/ri0n/mc/voice-message.zipHere's the failure in the Import Log:
92789203: Import: ImportNewFiles: Adding: C:\media\test\voice-message.wav
92789203: Import: JRAnalyzer::Open: Start
92789203: Import: JRAnalyzer::AddFile: Start
92789203: Import: JRAnalyzer::AddFileMJ: Start
92789219: Import: JRAnalyzer::AddFileMJ: Finish (16 ms)
92789219: Import: JRAnalyzer::AddFile: Finish (16 ms)
92789219: Import: JRAnalyzer::Open: Finish (16 ms)
92789250: Import: ImportNewFiles: Failed to analyze / add
On another note, we really, really, really need a way to easily save the Import Log (the thing that comes up when you check the "Detailed Log" checkbox in the Import Finished dialog when you run a Check Folders Now) out to a file.
Also, a way to easily display which files failed (I currently have 36 files in my library which are failing to import that I have no easy way to find to check on) is needed. Even using the command line
find tool is useless, because the Failed to analyze/add is on a separate line from the line that shows which file failed, so running:
find /i "failed" < log.txt > failed_log.txt
Doesn't even work (it just gives you a file full of multiple copies of the useless "ImportNewFiles: Failed to analyze / add" line).
It took me about 15 minutes of my lunch break to track down that (pretty useless) text from the 6 MB current log file, and the only way I found it that quickly was that I already knew I was looking for a file called "voice_message.wav". Erg!