View Issue Details

IDProjectCategoryView StatusLast Update
0017467MMW 5Tagging framework / input pluginspublic2026-07-10 14:48
Reporterpeke Assigned To 
PriorityurgentSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version2027Fixed in Version2027 
Summary0017467: Extended tags: Add non supported MM Tags to Extended tags
DescriptionMM5 support some standard and classified fields, but some are not available even clearly classified in ID3v2 like https://id3.org/id3v2.4.0-frames

The change would include that non MM used tags should be shown at extended tags and values can be edited.

Solution for reading such tags in this case is to create map of standard tags (HTML5Monkey\Id3lib.pas) from https://id3.org/id3v2.4.0-frames and make them recognized as Tag name correctly eg. for example tag TPE4 -> "Remixed by (TPE4)" where user can edit value but not Tag Name as it is already predefined in standard eg. map supported tags "HTML5Monkey\Id3lib.pas" with descriptions used from https://id3.org/id3v2.4.0-frames

Solution for writing such tags into files would be to instruct user to Type standard field eg. TPE4 and MM would fill the rest of Name so it would be clear that tag is standard not part of TXXX

NOTE: As they are extended Tags no translation is needed ATM, but will allow users to manage those tags also and be less dependent on third party apps.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98293
TagsNo tags attached.
Fixed in build3515

Relationships

related to 0017516 newrusty Improved tagging for classical music / iTunes compatibility 
related to 0021441 resolvedmichal ALBUMSORT not shown in Extended Tags 

Activities

michal

2026-07-10 14:48

developer   ~0081575

Fixed in build 3515. I reworked support of extended tags, now it uses own DB table. It allows to add extended tags based on the source format, it offers the most common and used fields during editing. I added column "Raw name" displaying better identification of such tag (so it can be saved to the same place in the file, as sometimes one value can be saved in different parts of the file structure). For WAV user can use more tagging standards (standard RIFF Info chunk or ID3v2 in special chunk, can be selected in the first "Format" column and then it affect what tag names can be used). I think it works quite well and should allow user to have better control and for us to make support of tag fields a lot wider.