TDAT TDRC frames

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: TDAT TDRC frames

Re: TDAT TDRC frames

by Idealize » Fri Apr 05, 2024 1:37 pm

I used to have this problem with MM3. In MM4 I took no risk and added the code to the ini file. Yes, I tried changing the settings and there seems to be no problem either with v2.3 or v2.4. in MM5. But looks like I'll have to go back to MM4 (no. So I decided that I'd finally set the record straight. If the issue is too complicated, all right, I'll just keep adding the code to the ini file.

Re: TDAT TDRC frames

by Lowlander » Fri Apr 05, 2024 9:20 am

Are you having issues reading this in WinAmp? If you don't, you probably no longer need to change this.

Re: TDAT TDRC frames

by Idealize » Fri Apr 05, 2024 4:56 am

I am sorry, but I am still confused, please bear with me. I used to have this problem with MM3, so I had to add that code to the ini file. The explanation and solution was as follows:
MediaMonkey 3, by default saves Year and Date metadata in ID3 v2.3 tags to TYER / TDRC frames. 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 adding to MediaMonkey's .ini file this code.

This explanation is not perfectly clear, but most probably it means that for Winamp to correctly read the year, MM must write year either
1) only to TYER frames in v2.3 (not to TYER/TDRC),
or
2) to TYER/TDRC frames in v2.4 tags.

Is my understanding correct?

If correct, the question is: In MM4 and MM5, to make MM do either 1) or 2), what should be done: select the correct setting in "Store MP3 file properties" (which one?) or adding the code to the ini file, like I did for MM3, or both?

Re: TDAT TDRC frames

by Peke » Thu Apr 04, 2024 7:01 pm

Hi,
You need to add to INI if you want to choose which one MM will Write.

MM4/MM3 prefers 2.3+some 2.4 in 2.3 Format
MM5 defaults to 2.4

I think that Winamp reads both, but for wanted results you tweak things in INI.

EDIT: You need to find Right combination.

HINT: Use right click -> Edit Tags -> Update Tags to make sure changes are applied right away.

Re: TDAT TDRC frames

by Lowlander » Thu Apr 04, 2024 6:58 pm

You'll have to check with WinAmp if they have any specific requirements. Default settings should the trick with most other applications.

Re: TDAT TDRC frames

by Idealize » Thu Apr 04, 2024 5:43 pm

Hi,
so which should I select in my case: 2.3 or 2.4? And if I select the correct one, I won't need to add code to the ini file?
And what about MM4 – same as MM5 or as MM3?

Re: TDAT TDRC frames

by Peke » Thu Apr 04, 2024 5:02 pm

Hi,
In MM5 tag options you can choose if you would like to use 2.3 or 2.4 tags and yes that ini settings are still valid.

TDAT TDRC frames

by Idealize » Thu Apr 04, 2024 3:55 pm

Do I have to add this to .ini file so that my Winamp can read the year in ID3v2.3 tag? I did it for MM3 and 4.

Code: Select all

[MP3Tagging]
DisableFrames=TDAT;TDRC
EnableFrames=TYER

Top