Quote:
Originally Posted by MJOLNIR
And sorry for asking but how do I add that? I double-clicked the Info Tip in the location you specified in the registry (the one ending with "SystemFileAssociations\.mp3") but only found the option to modify something. Not sure on how to add something.
And would I need to include the semicolon you have after "EncodingBitrate" or do I exclude it?
|
If you right click on the Info Tip reg value, select Modify. By adding something you are changing or modifying it.
Wasn't very clear but the semi-colon is used to separate each part so if you added
System.Audio.EncodingBitrate to the end you'd need the semi-colon before. I replaced the
System.Filetype entry at the beginning so the semi-colon would go at the end.

This is mine saved as a reg file:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3]
"InfoTip"="prop:System.Audio.EncodingBitrate;System.Size;System.Music.Artist;System.Media.Duration"