Borewit / music-metadata

Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
MIT License
987 stars 93 forks source link

Reading Lyrics header #264

Closed jri closed 4 months ago

jri commented 5 years ago

Feature Request At the moment music-metadata does not read a Lyrics(3v2) header. As a consequence reading the APEv2 tags is apparently not possible if a file has both, a Lyrics header and APEv2 tags.

This is a follow up of https://github.com/Borewit/music-metadata/issues/257#issuecomment-531525694

(I want read the APEv2 tags, not actually the lyrics header.)

Borewit commented 5 years ago

Ability read APEv2 header in combination with Lyrics header: PR #271

Borewit commented 5 years ago

Ability to extract APEv2 header, which also has a Lyrics3v2 header implemented in v4.8.0.

Borewit commented 4 months ago

There is some code present for Lyrics3v2, if better support is required, I need sample files.