View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002952 | MMW v4 | Properties/Auto-Tools | public | 2007-03-27 20:39 | 2007-09-13 11:34 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0002952: WMA: some fields aren't saved to the tag | ||||
Description | The following fields aren't saved to the tag. They should be, in a standards-compliant manner (where possible): Disc# Conductor Album Gain Release Date (update from Year) -- did not test this Involved People Encoder Tempo Occasion Quality Custom1 Custom2 Custom3 | ||||
Additional Information | Please clearly document in the bug: 1) Any changes being made 2) A complete list of all MM Fields with associated Tag(s) being used in MM (this will be used to update user documentation) | ||||
Tags | No tags attached. | ||||
Fixed in build | 1075 | ||||
|
Windows Media Metadata Usage Guidelines: http://msdn2.microsoft.com/en-us/library/ms867702.aspx Alphabetical Attribute Reference: http://msdn2.microsoft.com/en-us/library/bb248367.aspx Windows Media Format 11 SDK ID3 Tag Support (just for information on mapping of WM to ID3 fields): http://msdn2.microsoft.com/en-us/library/aa386866.aspx |
|
Current mappings of MM fields to WM tags: Title - 'Title' Copyright - 'Copyright' Comment - 'Description' Album - 'WM/AlbumTitle' Year - 'WM/Year' Artist - 'Author' Genre - 'WM/Genre' Composer - 'WM/Composer' AlbumArtist - 'WM/AlbumArtist' Lyricist - 'WM/Writer' Track# - 'WM/Track' or 'WM/TrackNumber' Encoder - 'WM/EncodedBy' InitialKey - 'WM/InitialKey' ISRC - 'WM/ISRC' OriginalArtist - 'WM/OriginalArtist' OriginalLyricist - 'WM/OriginalLyricist' OriginalAlbum - 'WM/OriginalAlbumTitle' Publisher - 'WM/Publisher' Subtitle - 'WM/SubTitle' Lyrics - 'WM/Lyrics' Rating - 'SDB/Rating' (non-standard) Mood - 'WM/Mood' OriginalYear - 'WM/OriginalReleaseYear' BPM - 'WM/BeatsPerMinute' ReplayGainValues - 'replaygain_track_gain', 'replaygain_track_peak', 'replaygain_album_gain' |
|
Changes made in build 1030: - Fields with multiple values are properly read/written (split into several fields). - Disc# - 'WM/PartOfSet' - Conductor - 'WM/Conductor' - Date - 'ReleaseDate' (It's questionable whether this is the best field, but I don't know about any better) - Quality - 'Quality' (our own field) - Occasion - 'Occasion' (our own field) - Tempo - 'Tempo' (our own field) - Encoder - 'WM/ToolName' - Involved People - Not included, the same reason as in case of OGG (see description there). - Custom1-5 - 'UserCustom1-5' |
|
In build 1035 support for 'WM/SharedUserRating' was added. This is the field WMP11 uses for storage of Rating in case it's enabled on Options\Library. |
|
Need to add support for 'Grouping' (see 0003258) |
|
Fixed in build 1075. |