View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015070 | MMW 5 | Tagging framework / input plugins | public | 2018-09-02 00:29 | 2020-08-11 03:21 |
Reporter | peke | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0015070: Metadata: Custom Support of Metadata Fields | ||||
Description | For MP3 files there is the option to add [MP3Tagging] DisableFrames=TDRC;TDOR; EnableFrames=TYER;TDAT;TORY; There is no way to do that for other formats like for FLAC in cases of YEAR and DATE fileds. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=1&t=81124 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2125 | ||||
|
Assigned to Michal to evaluate complexity and then assign to Jiri for priority triage. |
|
It could be done similar way for AIFF, FLAC, OGG, APE, MPC and WMA/WMV, as these formats use simple naming of tags. But it still could be confusing for users, see forum post, MM writes "YEAR" and "DATE" fields to FLAC, but MP3Tag interprets them both as "YEAR" and Foobar2000 interprets them as multi-valued Date, so it seems, MM writes them twice the same way and it is not clear, what to disable to fix it. It is more complex for MP4/MOV/M4A/F4V/3GP, metadata in these formats could be saved using different MP4 atoms and different notations, so we cannot simply disable something by simple name of atom. We currently allow to disable whole Microsoft style of metadata in MP4 (issue 0012017), but I am not sure, if we should allow this also for all other types of metadata, or even for individual tags. I think more than 99% of users will not understand it at all. I would deal with this only when really needed. |
|
I'd choose just one of the fields to write (YEAR or DATE), based on which seems to be more used. DATE sounds like a better/more generic field to me. As for the configuration, we can add it, but only as a lower priority issue. |
|
Yes, DATE is standard field (https://xiph.org/vorbis/doc/v-comment.html), YEAR is for compatibility reasons there. I'll remove writing YEAR tags. Similar for ORIGINAL YEAR/ORIGINAL DATE. |
|
YEAR field writing removed for FLAC and OGG in build 2125. Decreasing priority for config. |
|
Resolving, there does not seem to be need for configuration of this, we use standard tag now. |
|
Verified 2262 I do not see any issues anymore as few other aps I tested correctly read MM written tags. |