MediaMonkey para Windows 3+ guarda los metadatos de año y fecha de las etiquetas ID3 v2.3 en marcos TYER/TDRC de forma predeterminada. Si bien este método suele ser adecuado para lograr la máxima compatibilidad, algunos usuarios podrían preferir cambiarlo, ya que TDRC suele asociarse con etiquetas ID3 v2.4 y WinAmp no lee el campo TDRC de una etiqueta ID3 v2.3. Esto se puede hacer modificando el archivo .ini de MediaMonkey con la siguiente sección, que permite habilitar o deshabilitar los marcos a voluntad:
[Etiquetado de MP3]
Deshabilitar marcos=TDAT;TDRC
Habilitar marcos=TYER
Para resolver también el problema de que el año original se guarde dos veces, la sección MP3Tagging en MediaMonkey.ini debería verse así:
[Etiquetado de MP3]
DeshabilitarFrames=TDRC;TDOR;
Habilitar marcos = TYER; TDAT; TORY;
Esto deshabilita el ID3v2.4 TDOR que MM está usando para el año original y habilita el uso del ID3v2.3 TORY, previsto para el año de lanzamiento original.
Cómo configurar qué etiquetas ID3 se utilizan para el año y la fecha
How to Configure which ID3 Tags are used for Year / Date
Hide originalMediaMonkey for Windows 3+ saves Year and Date metadata in ID3 v2.3 tags to TYER / TDRC frames by default. Although this is generally a good approach for maximum compatibility, some users may wish to change this since TDRC is normally associated with ID3 v2.4 tags and WinAmp will not read the TDRC field for an ID3v2.3 tag. This can be done by modifying MediaMonkey’s .ini file with the following section which allows you to enable/disable frames at will:
[MP3Tagging]
DisableFrames=TDAT;TDRC
EnableFrames=TYER
To also solve the problem of Original Year being saved twice, the MP3Tagging section in MediaMonkey.ini should look like this:
[MP3Tagging]
DisableFrames=TDRC;TDOR;
EnableFrames=TYER;TDAT;TORY;
This disables the ID3v2.4 TDOR which MM is using for Original Year, and enables use of the ID3v2.3 TORY, intended for original release year.