Como configurar quais tags ID3 são usadas para ano/data

O MediaMonkey para Windows 3+ salva metadados de Ano e Data em tags ID3 v2.3 para quadros TYER / TDRC por padrão. Embora essa seja geralmente uma boa abordagem para compatibilidade máxima, alguns usuários podem querer mudar isso, já que o TDRC é normalmente associado a tags ID3 v2.4 e o WinAmp não lerá o campo TDRC para uma tag ID3v2.3. Isso pode ser feito modificando o arquivo .ini do MediaMonkey com a seguinte seção que permite habilitar/desabilitar quadros à vontade:

[Marcação de MP3]
DesabilitarFrames=TDAT;TDRC
EnableFrames=TYER


Para resolver também o problema do Ano Original ser salvo duas vezes, a seção MP3Tagging no MediaMonkey.ini deve ficar assim:

[Marcação de MP3]
DisableFrames=TDRC;TDOR;
EnableFrames=TYER;TDAT;TÓRIO;


Isso desabilita o ID3v2.4 TDOR que o MM está usando para o ano original e habilita o uso do ID3v2.3 TORY, destinado ao ano de lançamento original.

Aplica-se a: ,

Translated automatically (see original)

How to Configure which ID3 Tags are used for Year / Date

MediaMonkey 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.

Applies to: ,

Hide original

Este artigo foi útil?