mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1347] Automatically get lyrics from .lrc files #775
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#775
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 @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.
@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]...
@phanan commented on GitHub (Sep 23, 2022):
Simple LRC support has landed on v6.2.0.