Git master everything on Plasma 6 with Elisa from current git master. STEPS TO REPRODUCE 1. Find any song and open its Metadata editor window 2. Click "Modify" button 3. Click Add New Tag > Lyrics 4. Add some Lyrics to the text field that appears 5. Click Apply and then Ok OBSERVED RESULT The file itself does not gain a "Lyrics" ID3 tag. If I open the metadata editor window for the same song again, the Lyrics field I just added is missing EXPECTED RESULT Lyrics tag is embedded in the file and everything works as expected ADDITIONAL INFORMATION Adding a "Comment" field works as expected
This was caused by me not using a qt6 build of taglib and falling back to the system-provided qt5 version and things obviously didn't work properly.