https://bugs.kde.org/show_bug.cgi?id=415330
Jack Hill <jackhill3...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jackhill3...@gmail.com --- Comment #3 from Jack Hill <jackhill3...@gmail.com> --- It looks like the issue is that you have both an ID3v1.1 tag and an empty ID3v2.3.0 tag. Please can you confirm if this is true? And then remove the empty 2.3.0 tag and try again. It seems to me that KFileMetadata does not read anything from ID3v1.1 even though the 2.3.0 tag gives empty information. FAIL! : TagLibExtractorTest::testCommonData(mp3 id3v1 shadowed by id3v2) Compared values are not the same Actual (result.properties().value(Property::Title)): QVariant(QString,) Expected (QVariant(QStringLiteral("Title"))) : QVariant(QString,Title) Loc: [/home/jack/Dev/KDE6/src/kfilemetadata/autotests/taglibextractortest.cpp(164)] To make the test file I just opened "test.id3v1.mp3" in Kid3, created a Tag 2 using the button "From Tag 1", set the Title tag to be empty, then deleted all other tags using the Delete button. -- You are receiving this mail because: You are watching all bug changes.