alvi-khan / Audio-Metadata

A Windows application to modify metadata for MP3 and FLAC files. Uses the Genius API for metadata retrieval.
1 stars 0 forks source link

Lyrics do not always register new line characers. #1

Closed alvi-khan closed 9 months ago

alvi-khan commented 2 years ago

This is occurring due to a bug in package being used to parse the lyrics. It does not properly implement the getText() method, which should be able to accept \n as a parameter to break the lines. The issue is being tracked in mzdm/beautiful_soup#2.

alvi-khan commented 9 months ago

The issue has been addressed as of v0.3.0.