Skip to content
Discussion options

You must be logged in to vote

Unfortunately lyrics can be very annoying to work with in a generic way.

I have found SynchronizedTextFrame in the docs

That's only accessible through Id3v2Tag if you read a concrete file type (e.g. MpegFile).

In your project, you're using read_from_path(), which internally will read a concrete file type, and then convert it to a generic TaggedFile, so you'll lose access to any format-specific item structures (like ID3v2 frames).

How can I work with synchronized lyrics?

So for formats except ID3v2, there's ItemKey::Lyrics. It usually just has plaintext lyrics, but some applications overload it to store synchronized LRC lyrics (I just recently found this out, #561). You'll just have to…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by M23SNEZ3
Comment options

You must be logged in to vote
1 reply
@Serial-ATA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants