I very much appreciate illustrate in brining long awaited explorer integration of tag support in Windows 7. I am extremely grateful, well done *applause*. In fact I am going to buy the Reference copy to show my support, even I don't need the extra features.
I was disappointed slightly to see the detail pane (bottom panel of explorer where it shows additional information for all files, with special tags for mp3, wma, etc) didn't have the same support among 3rd party audio files Windows don't recognise. I have discovered a registry hack which allows those to be supported:
Before:
After:
Just copy and paste the following lines into a new notepad txt file, modify .flac to whatever extension of audio files dbpoweramp has support Windows doesn't, and save and rename the extention as .reg and run.
I was disappointed slightly to see the detail pane (bottom panel of explorer where it shows additional information for all files, with special tags for mp3, wma, etc) didn't have the same support among 3rd party audio files Windows don't recognise. I have discovered a registry hack which allows those to be supported:
Before:
After:
Just copy and paste the following lines into a new notepad txt file, modify .flac to whatever extension of audio files dbpoweramp has support Windows doesn't, and save and rename the extention as .reg and run.
Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.flac] "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"
Comment