Bug 476067 - Can't add Lyrics from metadata editor window
Summary: Can't add Lyrics from metadata editor window
Status: RESOLVED NOT A BUG
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-10-25 01:16 UTC by Nate Graham
Modified: 2023-10-26 22:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.