Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
5 posters
Page 1 of 1
Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Hello,
The basic mp3 file information such as bitrate, length, title, album, artist, etc are not shown when you click a mp3 file in explorer...Ive been using Klite codec since 2003 I believe, Earlier Ive never noticed this issue with previous klite versions but Recently Im not able to see any tags for any mp3 file...I have more than 10,000 mp3 files which all have tags on them...only the recent versions of klite is not showing the information...
If i install a plugin called "Audioshell" then everything is displayed but that extension crashes the explorer frequently so I dont want to use that...
Ive tried sfc /scannow ... no issues
Could someone pls check if you were able to see those tags and help me on this issue ?
The basic mp3 file information such as bitrate, length, title, album, artist, etc are not shown when you click a mp3 file in explorer...Ive been using Klite codec since 2003 I believe, Earlier Ive never noticed this issue with previous klite versions but Recently Im not able to see any tags for any mp3 file...I have more than 10,000 mp3 files which all have tags on them...only the recent versions of klite is not showing the information...
If i install a plugin called "Audioshell" then everything is displayed but that extension crashes the explorer frequently so I dont want to use that...
Ive tried sfc /scannow ... no issues
Could someone pls check if you were able to see those tags and help me on this issue ?
josephkarthic- Posts : 5
Join date : 2018-02-13
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
The properties of MP3 are actually already handled by Windows itself. The codec pack doesn't normally need to add that functionality.
Which version of Windows do you use? I should be able to make a registry script for you to fix this. I suspect some registry keys are missing.
Which version of Windows do you use? I should be able to make a registry script for you to fix this. I suspect some registry keys are missing.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
This should do it:
- Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3]
"InfoTip"="prop:System.ItemType;System.Size;System.Music.Artist;System.Media.Duration;System.OfflineAvailability"
"ExtendedTileInfo"="prop:System.ItemType;System.Size;System.Music.Artist;System.Media.Duration;System.OfflineAvailability"
"FullDetails"="prop:System.PropGroup.Description;System.Title;System.Media.SubTitle;System.Rating;System.Comment;System.PropGroup.Media;System.Music.Artist;System.Music.AlbumArtist;System.Music.AlbumTitle;System.Media.Year;System.Music.TrackNumber;System.Music.Genre;System.Media.Duration;System.PropGroup.Audio;System.Audio.EncodingBitrate;System.PropGroup.Origin;System.Media.Publisher;System.Media.EncodedBy;System.Media.AuthorUrl;System.Copyright;System.PropGroup.Content;System.ParentalRatingReason;System.Music.Composer;System.Music.Conductor;System.Music.ContentGroupDescription;System.Music.Mood;System.Music.PartOfSet;System.Music.InitialKey;System.Music.BeatsPerMinute;System.DRM.IsProtected;System.Music.IsCompilation;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.DateCreated;System.DateModified;System.Size;System.FileAttributes;System.OfflineAvailability;System.OfflineStatus;System.SharedWith;System.FileOwner;System.ComputerName"
"PreviewDetails"="prop:System.Music.Artist;System.Music.AlbumTitle;System.Music.Genre;*System.Media.Duration;System.Rating;System.Media.Year;*System.Size;System.Music.TrackNumber;System.Music.AlbumArtist;System.Title;*System.Audio.EncodingBitrate;*System.DateModified;*System.OfflineAvailability;*System.OfflineStatus;*System.DateCreated;*System.SharedWith"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.mp3]
@="{C120DE80-FDE4-49f5-A713-E902EF062B8A}"
Last edited by Admin on Wed Feb 14, 2018 2:19 pm; edited 1 time in total
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Wow this is awesome, Ive been searching all over the net for solution and your answer fixed it without installing anything for basic windows thing...
Im using windows 7 64bit service pack 1(build 7601)... Maybe some updates broke it or I dont know...
Anyways thankyou so much for the help...appreciate it...
Im using windows 7 64bit service pack 1(build 7601)... Maybe some updates broke it or I dont know...
Anyways thankyou so much for the help...appreciate it...
josephkarthic- Posts : 5
Join date : 2018-02-13
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I have added two additional values above. Should be fully complete now.
Plugins like AudioShell can mess with these values and fail to restore them to the original when uninstalling.
Plugins like AudioShell can mess with these values and fail to restore them to the original when uninstalling.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Admin wrote:I have added two additional values above. Should be fully complete now.
Plugins like AudioShell can mess with these values and fail to restore them to the original when uninstalling.
Thankyou Ive actually uninstalled Audioshell before running your fix...
But May i know what are the additional two values which you added?
your first script worked flawlessly...Should i overwrite it with the second one?
josephkarthic- Posts : 5
Join date : 2018-02-13
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Yes, you can just overwrite it.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I've tried everything mentioned in this thread, only Audioshell worked.
But Audioshell itself is buggy, and has the side effect of occasionally massively slowing down explorer.
Are there any fixes for Audioshell, or the registry code above?
But Audioshell itself is buggy, and has the side effect of occasionally massively slowing down explorer.
Are there any fixes for Audioshell, or the registry code above?
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
That registry code is the fix... Are you saving them with .reg file and restarting the pc? That worked for me after restarting..
josephkarthic- Posts : 5
Join date : 2018-02-13
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
That's exactly what I did. It even said it was successful, but had no actual effect. The files do have the metadata, but explorer doesn't show anything. Only Audioshell worked, but also brought more annoying problems with it. Neither the reg file nor "sfc /scannow" did anything (with restarting each time).josephkarthic wrote:That registry code is the fix... Are you saving them with .reg file and restarting the pc? That worked for me after restarting..
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Ok if you see the above posts the admin has modified it for my win7 64bit.. Maybe yours is different and that's why it didn't work? I'm sure the admin has fix for your issue.. Let's wait for his reply.... Yes the audioshell is bad.. It crashes the explorer..
josephkarthic- Posts : 5
Join date : 2018-02-13
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
josephkarthic wrote:Ok if you see the above posts the admin has modified it for my win7 64bit.. Maybe yours is different and that's why it didn't work? I'm sure the admin has fix for your issue.. Let's wait for his reply.... Yes the audioshell is bad.. It crashes the explorer..
Thanks for the reply anyway!
I have the latest Windows 10 Enterprise 64 bit, if that helps in any way. Fresh install after formatting and everything.
I'd be happy with some guide as well, on how I can write my own reg-file. I have music in different formats, and the code posted looks .mp3-specific.
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Do you perhaps have a European "N" version of Windows? That doesn't include any media features (like Windows Media Player) by default. In that case you need to install the "Media Feature Pack" to get the audio file properties shell extension.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I do have that version, and I have installed the feature pack before even posting.
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Weird. That should be enough.
These are the keys for Win10:
Do other file formats have working properties?
These are the keys for Win10:
- Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.mp3]
@="{C120DE80-FDE4-49f5-A713-E902EF062B8A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\SystemPropertyHandlers]
".mp3"="{C120DE80-FDE4-49f5-A713-E902EF062B8A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3]
"ExtendedTileInfo"="prop:System.ItemType;System.Size;System.Music.Artist;System.Media.Duration;System.OfflineAvailability"
"FullDetails"="prop:System.PropGroup.Description;System.Title;System.Media.SubTitle;System.Rating;System.Comment;System.PropGroup.Media;System.Music.Artist;System.Music.AlbumArtist;System.Music.AlbumTitle;System.Media.Year;System.Music.TrackNumber;System.Music.Genre;System.Media.Duration;System.PropGroup.Audio;System.Audio.EncodingBitrate;System.PropGroup.Origin;System.Media.Publisher;System.Media.EncodedBy;System.Media.AuthorUrl;System.Copyright;System.PropGroup.Content;System.ParentalRatingReason;System.Music.Composer;System.Music.Conductor;System.Music.ContentGroupDescription;System.Music.Mood;System.Music.PartOfSet;System.Music.InitialKey;System.Music.BeatsPerMinute;System.DRM.IsProtected;System.Music.IsCompilation;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.DateCreated;System.DateModified;System.Size;System.FileAttributes;System.OfflineAvailability;System.OfflineStatus;System.SharedWith;System.FileOwner;System.ComputerName"
"InfoTip"="prop:System.ItemType;System.Size;System.Music.Artist;System.Media.Duration;System.OfflineAvailability"
"PreviewDetails"="prop:System.Music.Artist;System.Music.AlbumTitle;System.Music.Genre;*System.Media.Duration;System.Rating;System.Media.Year;*System.Size;System.Music.TrackNumber;System.Music.AlbumArtist;System.Title;*System.Audio.EncodingBitrate;*System.DateModified;*System.OfflineAvailability;*System.OfflineStatus;*System.DateCreated;*System.SharedWith"
Do other file formats have working properties?
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Other sound format properties don't work either, I don't know about properties in general.
I tried this latest fix. It needed more permissions than the last one and took me a while to do, but still doesn't work.
I tried this latest fix. It needed more permissions than the last one and took me a while to do, but still doesn't work.
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
The registry fix is only for systems where the property functionality is already present, but broken by another application.
You started with a clean install, so the Media Feature Pack should be enough. Perhaps you also installed the 1803 update? The Media Feature Pack needs to be re-installed as well after big Windows 10 updates. Microsoft has made things very user unfriendly.
This key should exist when the MP3 propertyhandler is installed:
HKEY_CLASSES_ROOT\CLSID\{C120DE80-FDE4-49f5-A713-E902EF062B8A}
And the corresponding system file is %SystemRoot%\System32\mfsrcsnk.dll
You started with a clean install, so the Media Feature Pack should be enough. Perhaps you also installed the 1803 update? The Media Feature Pack needs to be re-installed as well after big Windows 10 updates. Microsoft has made things very user unfriendly.
This key should exist when the MP3 propertyhandler is installed:
HKEY_CLASSES_ROOT\CLSID\{C120DE80-FDE4-49f5-A713-E902EF062B8A}
And the corresponding system file is %SystemRoot%\System32\mfsrcsnk.dll
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I've installed it after the update as well. I don't have the key nor the dll. (Only "mfsrcsnk-migration-replacement.man", and basically nothing in CLSID)
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I will do an installation in a virtual machine and have a look at it. That will be next week.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I didn't have an ISO for the enterprise version laying around, so I tried the Pro N version. MP3 properties were working here after installing the Media Feature Pack. Be sure to install the correct version because each version of Windows 10 has its own version of the Media Feature Pack.
https://www.microsoft.com/en-us/software-download/mediafeaturepack
https://www.microsoft.com/en-us/software-download/mediafeaturepack
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
This finally did it. The site Google turned up wasn't the one you linked. I've been trying the old version over and over, not realizing I needed to find the right one.
Thank you very much for your time!
Thank you very much for your time!
NomarCub- Posts : 7
Join date : 2018-05-03
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
I have the same problem on Windows 7 Ultimate 64-bit Service Pack 1. When Audioshell is working it's great, but it eventually hangs the Windows Explorer until the PC is rebooted. So I had to uninstall it. I'd like to try the registry fix, but I have one question:
The day after you posted the registry script you posted that "I have added two additional values above. Should be fully complete now." A new script was not posted. Does that mean that the additional values were already in the script?
Thanks.
The day after you posted the registry script you posted that "I have added two additional values above. Should be fully complete now." A new script was not posted. Does that mean that the additional values were already in the script?
Thanks.
JohnQ- Posts : 1
Join date : 2018-12-01
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
The post was modified to add those values. So what you see above contains everything.
Re: Mp3 files basic tag information is not showing in windows explorer...Pls help!!!
Admin wrote:This should do it...
I joined just to give you a big THANKS!! - and to say that after a few years of having this mp3 tag issue and trying various 'fixes' over the years, yours is the only one that solved it.
Before using your reg fix I exported my original key. Comparing mine to yours I noticed that my original one was missing the HKEY_LOCAL_MACHINE entry from your reg file (the one beginning with "{C120DE80").
It's fantastic having this functionality back. Thank you so much!
allaruse- Posts : 7
Join date : 2019-01-27
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum