View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016927 | MMW 5 | Tagging framework / input plugins | public | 2020-09-14 09:39 | 2026-05-24 12:10 |
| Reporter | michal | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2027 | Fixed in Version | 2027 | ||
| Summary | 0016927: Add support for language tag | ||||
| Description | MM 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 Information | https://www.mediamonkey.com/forum/viewtopic.php?p=130997#p130997 | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3402 | ||||
|
|
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). |