| Summary: | Multiple values in the same tag are not shown in MP3 ID3v2.4.0 | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | davpar5012 |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.9.x | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
davpar5012
2025-12-12 14:48:30 UTC
Thanks for the report. Apparently, I misinterpreted the TXXX specification, so multiple values were not supported for this frame. I have fixed it now, you can test it with version git20251213 from https://sourceforge.net/projects/kid3/files/kid3/development/. (In reply to Urs Fleisch from comment #1) > Thanks for the report. Apparently, I misinterpreted the TXXX specification, > so multiple values were not supported for this frame. I have fixed it now, > you can test it with version git20251213 from > https://sourceforge.net/projects/kid3/files/kid3/development/. Thanks! That's now fixed. However, I still have a problem I don't know how to solve. In the cell, the multiple values show like this (following the example of before): MusicBrainz Artist ID 5c62b98a-e9fb-46bd-9813-c891ef640678|a801a633-6dd0-48e2-9e8d-4fdcceae6d65|d4b9baff-... The delimiter between the multiple values is |. So, I tried to add to a tag with just one value another one, separating both with |. However, in the file itself, in hex, the delimiter is 0x7C, not 0x00 (as it should be, and consequently it does not work). Thus, my question now is if this can be solved somehow, or how can I write a delimiter in the value cell so that in hex is 0x00, not 0x7C. Sorry, I missed the writing part. I have fixed it now, please test with version git20251214 from https://sourceforge.net/projects/kid3/files/kid3/development/. I've tried it out and it works. Thank you so much! |