-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi
I am reading the metadata of a file
AVAsset has lyrics
After saving the metadata
let id3Tag = ID32v4TagBuilder()
.lyricist(frame: ID3FrameWithStringContent(content: asset.lyrics ?? ""))
.build()
try id3TagEditor.write(
tag: id3tag,
to: videoURL.path,
andSaveTo: destinationURL2?.path)
The following happens
Lyrics are removed from AVAsset and written to the metadata under the id3/TEXT key
How can I leave lyrics in AVAsset?
Metadata
Metadata
Assignees
Labels
No labels