swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
755 stars 41 forks source link

Swing not reading Embedded Lyrics from Tracks #196

Open sortedcord opened 7 months ago

sortedcord commented 7 months ago

ID3 supports a Lyrics tag which has lyrics of the particular song. Tracks can be checked for this specific tag and lyrics can be extracted from it. While most libraries use separate lrc files for lyrics, some tracks do have embedded lyrics in them which are currently not parsed.

Alternatively, the lyrics can be extracted during the initial scan to the lrc file in case extracting lyrics from tags is slow in comparison to reading lrc files.

cwilvx commented 7 months ago

Hello @sortedcord

This feature is already implemented, but maybe it's broken or something. I'll check on it.