MediaArea / MediaInfoLib

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://mediaarea.net/MediaInfo
BSD 2-Clause "Simplified" License
628 stars 170 forks source link

ReplayGain ID3 tags name should be uppercase #463

Open h31 opened 7 years ago

h31 commented 7 years ago

See this page: http://wiki.hydrogenaud.io/index.php?title=ReplayGain_1.0_specification#ID3v2 I.e. they should look like REPLAYGAIN_TRACK_GAIN. Currently MediaInfo can only process non-standard lowercase tags (replaygain_track_gain). The proper way is to support both versions or only support uppercase version. I've found the code line which mentions ReplayGain tags. Hope it'll help.

h31 commented 7 years ago

P.S. Looks like most ReplayGain scanners (Foobar2000, Winamp) still use lowercase tags. So it's clearly better to support both versions. I've made a sample (an MP3 file with uppercase tags) for testing purposes. sample.zip Another sample file.