Anyone have any other ideas? I agree on it seeming like a permissions issue but I can't figure it out for the life of me. If I transfer the same flac file to the computer with MusicIP on it, it will fingerprint it fine. Once it's back on my NAS though - nope...
I dunno...
Results 21 to 30 of 36
-
2016-06-16, 06:54 #21
- Join Date
- May 2009
- Location
- East Coast, USA
- Posts
- 167
-
2016-06-16, 19:32 #22
- Join Date
- Jan 2006
- Location
- South Coast, NSW, Australia
- Posts
- 1,276
Have you got FLAC installed in C:\Program Files (x86)\FLAC\flac.exe ?
I read through the thread and this is the only thing I can think of that we didn't explore.
As I understand the MIP process, MIP converts tracks to .wav format in ram for analysis, though a browse at C:\Program Files (x86)\MusicIP\MusicIP Mixer shows "bassflac.dll" which presumably reads the flac files.A camel is a racehorse designed by a committee.
Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists
-
2016-06-17, 12:37 #23
- Join Date
- May 2009
- Location
- East Coast, USA
- Posts
- 167
I didn't have it there originally. I added it there but it's still giving me the same thing. I have since deleted it.
I've gone over all my permissions many times. The only way I can fingerprint a FLAC it seems is if it resides locally on the same machine as MusicIP. Right now, I'm at a loss to fingerprint all this music. I can't move this much music to my computer just to fingerprint and move back, it's over a TB of data.Last edited by kllngtme; 2016-06-17 at 12:39.
-
2016-06-20, 08:39 #24
- Join Date
- May 2009
- Location
- East Coast, USA
- Posts
- 167
I've gotten no where with this. I can't figure it out. I've tried everything just about other than formatting my computer. haha I don't think I'll get musicIP going this way. There's no way I'm transferring over a TB of flac just to transfer back to my NAS after it does fingerprinting..
If anyone found a work around, let me know.
-
2016-06-24, 14:09 #25Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901 + Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey + Topping A30 + Focal Elear
Car: TBC ...
-
2016-07-03, 13:43 #26
- Join Date
- May 2014
- Posts
- 3
-
2016-07-05, 06:24 #27
- Join Date
- May 2009
- Location
- East Coast, USA
- Posts
- 167
-
2016-10-07, 07:23 #28
- Join Date
- Oct 2016
- Posts
- 1
Also failing in Windows 10
I have a similar issue. Coming from a Windows 7 Home edition desktop, updated to Windows 10 three days before the free upgrade deadline (no problem with MusicIP analysis then), and updated to Anniversary Windows 10 (1607) at the end of September. Now, MusicIp won’t analyze WMA Lossless 9.2, the format I always used from several years back, using dBpoweramp Music Converter. It will analyze FLAC, though, and I verified that wav was also analyzed. This really doesn’t make me happy, since I postponed Windows 10 precisely with the fear some legacy programs I love would stop working…
From MusicIP log, I get “Fingerprint failed (mis-execution)”. I checked what would happen to WMA songs already analyzed in my collection, and got “Analysis failed (error analyzing)” from the log, and “Unanalyzable” status from MusicIP.
After googling the issue, I tried installing GenPUID, which gave back “genpuid.exe is not recognized as an internal or external command”. Further googling led me to explore PATH, where I got past the first roadblock, and now what appears is “missing required component mipcore” (which is there).
I tried analyzing folders on the same drive where MusicIP is installed: nothing works either. I also ran MusicIP in compatibility mode without success.
I’m not fluent with the inner works of computing, so I don’t know really where to go from here. I hope this will help someone more qualified to solve this mystery!
-
2018-12-17, 08:37 #29
- Join Date
- Dec 2018
- Posts
- 3
I'm just chiming in here in case anyone else is still having this problem (googling for "MusicIP Mixer", "unanalyzable", and "flac" quickly leads here).
The problem I was having is very similar to what's described earlier in the thread (some flac files fail to analyze, mp3 files and wav files work fine).
Doing either of the following fixed it for me.
- Renaming the files from .flac to .fla or
- Setting the registry setting HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\W in95TruncatedExtensions to the value 1 and updating the extension portion of the 8.3 filenames of the affected .flac files to .FLA (see below for a batch script)
What's happening is that when analysis is started on a file, the MusicIP Mixer GUI launches a process called mipcore.exe and refers to the file to be analyzed by its 8.3 filename. The 8.3 filename is a second filename that files (can) possess in addition to their normal (long) filename (more info on wikipedia). This 8.3 filename is created whenever a file is created, renamed or copied, and for a .flac file, the extension portion of its 8.3 filename can bei either .FLA or .FL~, depending on Windows version and registry setting at the time that the 8.3 filename is created. Now, for whatever reason, on files with .FL~ in their 8.3 filename, MusicIP analysis fails. And Windows 7 just so happens to, by default, have the registry setting above set to 0, which leads to 8.3 filenames with .FL~ being created, which in turn causes the problem that's the topic of this thread.
Luckily, the extension part of the 8.3 filename can be changed to .FLA to fix the problem.
One way of doing this is to change the normal/long filename to the .fla extension, because this automatically also leads to the creation of a new 8.3 filename with the extension .FLA. However, this is a bit of a work-around, because .flac is still the generally used extension and using .fla (with the lower case extension referring to the normal/long filename) comes with its own set of restrictions, e.g. most programs/ripping tools create .flac files that need to be renamed manually, downloaded files likewise, and some programs don't even recognize .fla as FLAC files.
The second way preserves the .flac extension in the long filename, it only involves modification of the 8.3 filename. Changing the registry setting above (see here) leads Windows to use .FLA instead of .FL~ when creating a new 8.3 filename for a .flac file. However, this alone doesn't change anything on existing files.
To "fix" the existing .flac files, the extension portion of their 8.3 filenames needs to be set to .FLA, and an easy way to do that is to place the following batch script into the music root directory as fix_8dot3.bat and executing it with the necessary privileges (e.g. right click -> run as administrator). The script iterates over all .flac files in the directory in which the script is located (including subdirectories) and changes the extension portion of their 8.3 filename to .FLA. This strictly speaking works independently of the registry setting above, however without having Win95TruncatedExtensions set to "1", new files will continue to be created with .FL~ and on these analysis will fail until their 8.3 file extension is changed to .FLA, e.g. by running the batch script again.
Code:for /r %%A in (*.flac) do ( fsutil file setshortname "%%~A" %%~snA.FLA )
I hope this helps anyone who's still having this problem. Why "still"? As a follow-up, Windows 10 seems to default back to the pre-Windows 7 behavior concerning .FLA and .FL~, so this thread is especially relevant for Windows 7, or more precisely, for .flac files that were either created on a Windows 7 machine and not touched afterwards by a non-affected OS as well as for files that have been renamed or copied in Windows 7.Last edited by conquerist; 2018-12-22 at 10:06.
-
2018-12-21, 22:13 #30
- Join Date
- Jan 2006
- Location
- South Coast, NSW, Australia
- Posts
- 1,276
conquerist
Thank you for your post. Excellent explanation.
Oh, and welcome to the forum.A camel is a racehorse designed by a committee.
Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists