Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swing not reading Embedded Lyrics from Tracks #196

Open
sortedcord opened this issue Mar 4, 2024 · 1 comment
Open

Swing not reading Embedded Lyrics from Tracks #196

sortedcord opened this issue Mar 4, 2024 · 1 comment

Comments

@sortedcord
Copy link

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
Copy link
Member

cwilvx commented Mar 4, 2024

Hello @sortedcord

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

@sortedcord sortedcord changed the title Extracting embedded lyrics from tags for tracks Swing not reading Embedding Lyrics from Tracks Mar 4, 2024
@sortedcord sortedcord changed the title Swing not reading Embedding Lyrics from Tracks Swing not reading Embedded Lyrics from Tracks Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants