https://bugs.kde.org/show_bug.cgi?id=513255
--- Comment #2 from [email protected] --- (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. -- You are receiving this mail because: You are watching all bug changes.
