Skip to content
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

Automatically get lyrics from .lrc files #1347

Closed
ChengxiX opened this issue Aug 26, 2021 · 2 comments
Closed

Automatically get lyrics from .lrc files #1347

ChengxiX opened this issue Aug 26, 2021 · 2 comments

Comments

@ChengxiX
Copy link

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
Copy link
Author

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
Copy link
Member

phanan commented Sep 23, 2022

Simple LRC support has landed on v6.2.0.

@phanan phanan closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants