2 Inspect file attribute in e.g. Mp3tag
Expected: WM/Year = EDIT: 1900, perhaps some MM custom attribute = 1900-01-03 or 01-03, WM/OriginalReleaseTime left intact
Observed: WM/Year = EDIT: 1900, WM/OriginalReleaseTime = 1900-01-03
This is a violation of the WMA (WMF11) spec:
http://msdn.microsoft.com/en-us/library ... S.85).aspx
MM is writing a date to an attribute that should be used only for time, and wiping any pre-existing genuine instance of that attribute.The WM/OriginalReleaseTime attribute contains the time at which the content was originally released.
Note: In http://www.ventismedia.com/mantis/view.php?id=5564 Rusty wrote:
> It appears that OriginalReleaseTime was chosen because there was no other standard spec for a tag that included all date information.
OriginalReleaseTime is not a tag that includes all date information, or any.
This use of WM/OriginalReleaseTime does not gain interoperability with any program I know of.
Suggested fix: MM leaves WM/OriginalReleaseTime untouched and writes the Date to a custom MM date attribute.
Tracked at: http://www.ventismedia.com/mantis/view.php?id=5968