Windows 3+용 MediaMonkey는 기본적으로 ID3 v2.3 태그의 연도 및 날짜 메타데이터를 TYER/TDRC 프레임에 저장합니다 . 이는 일반적으로 최대 호환성을 위해 좋은 접근 방식이지만, 일부 사용자는 TDRC가 일반적으로 ID3 v2.4 태그와 연관되고 WinAmp가 ID3v2.3 태그의 TDRC 필드를 읽지 않기 때문에 이를 변경하고자 할 수 있습니다. MediaMonkey의 .ini 파일을 다음 섹션으로 수정하여 프레임을 원하는 대로 활성화/비활성화할 수 있습니다.
[MP3태깅]
DisableFrames=TDAT;TDRC
EnableFrames=TYER
원래 연도가 두 번 저장되는 문제를 해결하려면 MediaMonkey.ini 의 MP3Tagging 섹션이 다음과 같아야 합니다.
[MP3태깅]
비활성화프레임=TDRC;TDOR;
EnableFrames=TYER;TDAT;TORY;
이렇게 하면 MM이 원래 출시 연도에 사용하는 ID3v2.4 TDOR이 비활성화되고 원래 출시 연도에 맞게 설계된 ID3v2.3 TORY 사용이 활성화됩니다.
년도/날짜에 사용되는 ID3 태그를 구성하는 방법
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.