MediaMonkey for Windows 3+ 默认将 ID3 v2.3 标签中的年份和日期元数据保存到 TYER / TDRC 帧中。虽然这通常是实现最大兼容性的良好方法,但有些用户可能希望更改此方法,因为 TDRC 通常与 ID3 v2.4 标签相关联,而 WinAmp 不会读取 ID3v2.3 标签的 TDRC 字段。这可以通过修改MediaMonkey 的 .ini文件来实现,该文件包含以下部分,允许您随意启用/禁用帧:
[MP3标记]
禁用帧=TDAT;TDRC
启用框架=TYER
为了解决原始年份被保存两次的问题, MediaMonkey.ini中的 MP3Tagging 部分应如下所示:
[MP3标记]
禁用框架=TDRC;TDOR;
启用框架=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.