[PR #9220] Add support for embedded lyrics to lyrics API #12022

Closed
opened 2026-02-07 06:48:40 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9220

State: closed
Merged: No


Changes
This PR adds support for loading embedded lyrics from music files in LRC and TXT format. Previously these were only loaded from external files.

In order to store the lyrics I enabled the JSON serialization for items of type Audio. If there's a problem with this it would also be possible to add a database field for it or retrieve them when requested.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9220 **State:** closed **Merged:** No --- **Changes** This PR adds support for loading embedded lyrics from music files in LRC and TXT format. Previously these were only loaded from external files. In order to store the lyrics I enabled the JSON serialization for items of type Audio. If there's a problem with this it would also be possible to add a database field for it or retrieve them when requested.
OVERLORD added the pull-request label 2026-02-07 06:48:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12022