mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #2176] [Bug]: Lyrics embedded in FLAC files not working #1112
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tywil04 on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2176
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Have a library of FLACs with embedded lyrics
Expected behavior
Lyrics are shown in the lyrics tab in the web interface
Actual behavior
The lyrics tab in the web interface says "No lyrics found. to add lyrics."
I can confirm that my FLAC files have embedded lyrics, I have checked with the
metaflactool and there is a VORBIS comment called LYRICS with the correct lyrics for each song.Logs
No errors in logs or browser console.
Koel version
v8.1.0
How did you install Koel?
Official Docker image
Additional information
@ngiamour commented on GitHub (Dec 15, 2025):
Hi there! 👋.
I investigated this issue and i think i found the cause. It seems the scanner was missing the vorbiscomment tags (used by FLAC) and wasn't checking for the standard LYRICS tag key. I've tested to solution locally and it works as expected! I've sent a pull request. Could you accept it, if there is no problem with it ?