View Issue Details

IDProjectCategoryView StatusLast Update
0021433MMW 5Tagging / organizing (properties / auto-tools)public2025-01-13 12:07
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version2024.1Fixed in Version2024.1 
Summary0021433: ID3v2.3 and ID3v2.4 Involved people list tag Inconsistency
DescriptionID3v2.3 and ID3v2.4 handle "Involved people list" tag differently which causes Inconsistency with other apps like MP3Tag or MusicBrainz Picard.

ID3v2.3 uses IPLS from https://id3.org/id3v2.3.0
ID3v2.4 uses TIPL From https://id3.org/id3v2.4.0-frames

MM uses IPLS

Expected that MM Imports/use TIPL for 2.4 Frames
Steps To Reproduce1. Set the external Tagger (e.g. MP3Tag or MusicBrainz Picard) to ID3v2.4 only.
2. Fill invoved field with the external tagger (TIPL From https://id3.org/id3v2.4.0-frames )
3. Set MM to ID3v2.4 only.
4. Import file in MMW
5. The Involved People field is not recognized by MMW.

It works for ID3v2.3
1. Set the external Tagger (e.g. MP3Tag or MusicBrainz Picard) to ID3v2.3 only.
2. Fill invoved field with the external tagger (IPLS from https://id3.org/id3v2.3.0)
3. Set MM to ID3v2.3 only.
4. Import file in MMW
5. The Involved People field is recognized by MMW.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?p=524486#p524486
Tagstodoc-help
Fixed in build3103

Activities

michal

2025-01-13 12:05

developer   ~0077938

Last edited: 2025-01-13 12:06

Fixed in build 3103. We read both (priority has the correct one according to the version), but write only the correct one according to the version.