https://bugs.kde.org/show_bug.cgi?id=524798
--- Comment #10 from Urs Fleisch <[email protected]> --- Use the latest development snapshot https://sourceforge.net/projects/kid3/files/kid3/development/kid3-git20260822-Linux.tgz (this is the only version which is using the version TagLib which overwrites invalid encoding bytes with a 0 for Latin-1), but only if the tags are probably Latin-1 and you see the correct values in Kid3. This is possible for frame values in English. But if they are Unicode (e.g. cyrillic text), you should not do that, it would write a wrong Latin-1 encoding and make things worse. In such a case, I would expect that you see the correct text in Tag 2, you could copy it to Tag 1, remove Tag 2 and then copy the values back from Tag 1. This should create a new encoding value. As before, only do this if you see correct text. For this case of Unicode values, do not use the latest Kid3 snapshot, it would assume Latin-1 and therefore display wrong values, use the current version 3.10.1 with the Id3libMetadata plugin disabled. -- You are receiving this mail because: You are watching all bug changes.
