[GH-ISSUE #1347] Automatically get lyrics from .lrc files #775

Closed
opened 2026-02-26 02:34:14 +03:00 by kerem · 2 comments
Owner

Originally created by @ChengxiX on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1347

Description
Many powerful music players support this and it's really convinient. I don't think it's too difficult.
In addition, koel should allow uploading .lrc file in the web upload.

Example
If there's songname.lrc and songname.mp3, lyrics can be loaded from .lrc and be shown.

Originally created by @ChengxiX on GitHub (Aug 26, 2021). Original GitHub issue: https://github.com/koel/koel/issues/1347 **Description** Many powerful music players support this and it's really convinient. I don't think it's too difficult. In addition, koel should allow uploading .lrc file in the web upload. **Example** If there's songname.lrc and songname.mp3, lyrics can be loaded from .lrc and be shown.
kerem closed this issue 2026-02-26 02:34:14 +03:00
Author
Owner

@ChengxiX commented on GitHub (Aug 26, 2021):

There's two ways to do this:
Simple one: read all text from .lrc and then simply show on the panel
Complex one: with auto moving by the timestamp

.lrc is like this with some other infos:([hh:mm:ss])
[00:00.00]aaa
[00:02.24]bbb
[00:04.18]ccc
[00:05.77]rgre
[00:19.76]...
[00:21.46]...
[00:23.20]...

<!-- gh-comment-id:906347598 --> @ChengxiX commented on GitHub (Aug 26, 2021): There's two ways to do this: Simple one: read all text from .lrc and then simply show on the panel Complex one: with auto moving by the timestamp .lrc is like this with some other infos:([hh:mm:ss]) [00:00.00]aaa [00:02.24]bbb [00:04.18]ccc [00:05.77]rgre [00:19.76]... [00:21.46]... [00:23.20]...
Author
Owner

@phanan commented on GitHub (Sep 23, 2022):

Simple LRC support has landed on v6.2.0.

<!-- gh-comment-id:1256036596 --> @phanan commented on GitHub (Sep 23, 2022): Simple LRC support has landed on v6.2.0.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#775
No description provided.