Date appears to write to TDAT & TYER. This causes the date to be duplicated in other apps, eg Foobar
I believe this was an issue in MM4 & the solution was to add the following lines to the .INI -
[MP3Tagging]
DisableFrames=TYER;TDRC
EnableFrames=TDAT
Is their a solution for MM5?
Date writes to two frames??
Moderator: Gurus
Date writes to two frames??
David
____________________________
Windows 10
MM 5 Beta
____________________________
Windows 10
MM 5 Beta
Re: Date writes to two frames??
Yes: http://oldsvr.mediamonkey.com/support/i ... year--date
Have you added this to the ini and it doesn't work for you?
Have you added this to the ini and it doesn't work for you?
Lowlander (MediaMonkey user since 2003)
Re: Date writes to two frames??
I added it to the INI & saved. However when i exit MM5 then open again. The changes in the INI are gone. ?
David
____________________________
Windows 10
MM 5 Beta
____________________________
Windows 10
MM 5 Beta
Re: Date writes to two frames??
did you apply the changes before opening mm5?
Where's the db and ini stored
Reporting Bugs
Where tags are stored
Not affiliated with MediaMonkey ... just a RABID user/lover
DTSig
Reporting Bugs
Where tags are stored
Not affiliated with MediaMonkey ... just a RABID user/lover
DTSig
Re: Date writes to two frames??
i applied the changes then closed MM5 then opened.
David
____________________________
Windows 10
MM 5 Beta
____________________________
Windows 10
MM 5 Beta
Re: Date writes to two frames??
@Barry - Tried that - Changes to the INI don't persist.
David
____________________________
Windows 10
MM 5 Beta
____________________________
Windows 10
MM 5 Beta
Re: Date writes to two frames??
I cannot reproduce, ini setting is preserved, only the edited part could be written to different part of INI.
But this setting is wrong:
TDAT contains only day and month, so in case you have only year, it is not written at all. TDAT is disabled by default, you should choose one frame and disable the second. E.g. if you use only year, you can disable TDRC, which contains whole timestamp, by
In case you use also month and day, use:
But this setting is wrong:
Code: Select all
[MP3Tagging]
DisableFrames=TYER;TDRC
EnableFrames=TDAT
Code: Select all
[MP3Tagging]
DisableFrames=TDRC
Code: Select all
[MP3Tagging]
DisableFrames=TYER
Re: Date writes to two frames??
@MiPi - Thanks for the clarification, I didn't realise that changes i added at the end of the INI would be written to a different part. My duplicate date problem is solved now.
David
____________________________
Windows 10
MM 5 Beta
____________________________
Windows 10
MM 5 Beta