Skip to content
\n

Because I can get lyric from music in different file format, such as mp3, flac, ogg, opus, wav, m4a, ...

\n

Thus, I wonder what does ItemKey refer to in each tag type. Is it like this?

\n

Id3v2: USLT, SYLT
\nVorbis Comment: LYRICS
\nMp4Ilst: ©lyr, ----:com.apple.iTunes:unsynced lyrics

","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

Hello!

\n

All of the ItemKey mappings are defined here: https://github.com/Serial-ATA/lofty-rs/blob/main/lofty/src/tag/item.rs.

\n

ItemKey::Lyrics is for unsynced lyrics, so they map to:

\n","upvoteCount":1,"url":"https://github.com/Serial-ATA/lofty-rs/discussions/410#discussioncomment-9783468"}}}

What does ItemKey refer to in each tag type? #410

Answered by Serial-ATA
Ferry-200 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

All of the ItemKey mappings are defined here: https://github.com/Serial-ATA/lofty-rs/blob/main/lofty/src/tag/item.rs.

ItemKey::Lyrics is for unsynced lyrics, so they map to:

  • APE - Lyrics
  • ID3v2 - USLT
  • Mp4Ilst - ©lyr
  • Vorbis Comments - LYRICS

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ferry-200
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