View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003143 | MMW v4 | Properties/Auto-Tools | public | 2007-06-22 19:15 | 2009-10-13 13:42 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.1 | ||||
Summary | 0003143: Write ratings tags in a format that can be read by WMP/MP3 Tag | ||||
Description | Some users have asked that MP3 tags be written with in such a manner that WMP can read the ratings. Information about how to do this is at: http://forum.taglib-sharp.com/viewtopic.php?f=7&t=36 | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=35331 | ||||
Tags | todoc-help | ||||
Fixed in build | 1209 | ||||
|
We have it already implemented this way, i.e. we read/write data in POPM frame. The only problem is with that rating structure they describe: 0 Star = 0x00 1 Star = 0x01 2 Star = 0x40 3 Star = 0x80 4 Star = 0xC4 5 Star = 0xFF It's very weirdly chosen, we can't use it exactly this way for compatibility reasons. |
|
Other users have complained about this issue for other audio formats as well. See: http://www.mediamonkey.com/forum/viewtopic.php?t=18950 Re-opening for future discussion--this appears to be a significant issue for our users. |
|
Assigning to Jiri to investigate whether there's a possible approach that would: -not necessarily be backwards compatible with 2.x, but allow ratings stored in a 2.x DB to be migrated -continue to support a 10-point system -be compatible with WMP/MP3Tag/other apps for MP3 and WMA -be compatible with MP3Tag/other apps for FLAC/OGG |
|
Note: I tested Vista and it seems to read MM-tagged tracks properly (with the correct rating). However, tracks that are tagged by Windows Explorer in Vista aren't read correctly by MM. See: http://www.mediamonkey.com/forum/viewtopic.php?t=22908 |
|
Added Forum topic explaining some aspects of Rating |
|
Confirm that WMP11 reads MM Rating tags. The half ratings are shown as full, but that is a WMP deficiency. I have been WiMPing out and using WMP11 to safely play audio while working on MM3 changes. Also did some testing of using WMP's AMG based Find Album Info to get data for Composer tags. That works, but, WMP can mangle album art for MM. |
|
Raising to 'immediate' for the issue that Explorer ratings aren't read correctly by MM. The other issue of WMP failure to read MM tags should be examined concurrently, but can be considered 'urgent'. |
|
Fixed in build 1209. - I modified mp3 rating storage so that it's as compatible as possible with WMP and Explorer (and thus probably also some other applications). Both directions work well, half-star ratings in MM are rounded up for WMP and Explorer. - I haven't made any changes for FLAC or other formats, since there isn't any clear standard. We would need to evaluate as many applications as possible in order to check out, whether it makes sense to somehow switch to numbers 1-5 as used by some apps. |
|
verified 1224 |
|
We should document: http://www.mediamonkey.com/forum/viewtopic.php?p=217410#p217410 |