View Issue Details

IDProjectCategoryView StatusLast Update
0016927MMW 5Tagging framework / input pluginspublic2026-05-24 12:10
Reportermichal Assigned To 
PriorityhighSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Target Version2027Fixed in Version2027 
Summary0016927: Add support for language tag
DescriptionMM does not support language tag - TLAN in ID3, WM\Language, IAS1 - IAS19 in WAV, Language in APE, etc.
Some formats do not support it naturally, e.g. MP4-like formats, so it could be stored only to some custom fields there.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=130997#p130997
TagsNo tags attached.
Fixed in build3402

Activities

michal

2026-05-24 12:10

developer   ~0081218

Fixed in build 3402. Used standard formats, MP4 has language in audio stream headers and in com.apple.iTunes:LANGUAGE. WAV/AVI preferably in ILNG (used by other SWs), IAS1-19 used only in case more audio streams are in the file, to differentiate them. We support setting language also in audio stream headers, where supported by format (language is multiple values field, user has to set languages in the order of audio streams). User should use only values offered in the dropdown, only then they really can be always saved (as not recognizable languages cannot be saved to some formats, we need standard 3-letter language value).