-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[OS]: Lyrics extension #2656
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
[OS]: Lyrics extension #2656
Conversation
Download the artifacts for this pull request: |
.-. Taglib is doing something silly. Probably a version issue? 1.13.1 behaves properly... |
@dweymouth, we discussed this and we will implement it in a following PR, as this one is already big enough. |
Sounds good, I'm hoping they can land together in a release, since I do have .lrc files in my library but AFAIK no embedded tags. I'll be adding synced lyrics support to Supersonic, but maybe waiting until external .lrc files are supported (especially if no other servers have added OpenSubsonic lyrics support yet). Of course, no rush! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there! Please check my comments below. Ping me if you have any questions.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Draft of opensubsonic/open-subsonic-api#62
Lyrics are currently stored in the media file itself (with zero-width space between encodings/lyrics). I'd be open to also using a table instead.
Works best with Taglib (for multi-valued). FFmpeg works well when parsing ID3V2.4 tags, but not other multivalued fields. In some cases, you will have multiple lyrics separated by
;
, which is hard to identify, and in other cases only one lyric will be shown (e.g. WMA).