Bug 476067

Summary: Can't add Lyrics from metadata editor window
Product: [Applications] Elisa Reporter: Nate Graham <nate>
Component: generalAssignee: Matthieu Gallien <matthieu_gallien>
Status: RESOLVED NOT A BUG    
Severity: normal CC: jackhill3103
Priority: NOR Keywords: qt6
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=476068
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2023-10-25 01:16:24 UTC
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
Comment 1 Nate Graham 2023-10-26 22:01:13 UTC
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.