MediaMonkey per Windows 3+ salva i metadati Anno e Data nei tag ID3 v2.3 nei frame TYER / TDRC per impostazione predefinita. Sebbene questo sia generalmente un buon approccio per la massima compatibilità, alcuni utenti potrebbero volerlo cambiare poiché TDRC è normalmente associato ai tag ID3 v2.4 e WinAmp non leggerà il campo TDRC per un tag ID3v2.3. Ciò può essere fatto modificando il file .ini di MediaMonkey con la seguente sezione che consente di abilitare/disabilitare i frame a piacimento:
[Tagging MP3]
DisabilitaFrames=TDAT;TDRC
AbilitaFrames=TYER
Per risolvere anche il problema del salvataggio doppio dell'anno originale, la sezione MP3Tagging in MediaMonkey.ini dovrebbe apparire così:
[Tagging MP3]
DisabilitaFrames=TDRC;TDOR;
EnableFrames=TYER;TDAT;TORY;
Questo disattiva l'ID3v2.4 TDOR che MM utilizza per l'anno originale e abilita l'uso dell'ID3v2.3 TORY, previsto per l'anno di rilascio originale.
Come configurare quali tag ID3 vengono utilizzati per anno/data
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.