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

[新功能] 是否有考虑支持lrc的逐字歌词 #157

Open
lbyisme opened this issue Nov 5, 2024 · 4 comments
Open

[新功能] 是否有考虑支持lrc的逐字歌词 #157

lbyisme opened this issue Nov 5, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@lbyisme
Copy link

lbyisme commented Nov 5, 2024

附带PR?

功能描述

目前逐字歌词只能获取在线,但有些歌曲获取的歌词不对应甚至没有,希望可以支持lrc的逐字歌词支持,类似musicplayer2那个样子
image
image

新功能的分类(选填)

歌词

@lbyisme lbyisme added the enhancement New feature or request label Nov 5, 2024
@Ferry-200
Copy link
Owner

给几个歌词文件看看。另外是怎么获取到的呢?

@lbyisme
Copy link
Author

lbyisme commented Nov 6, 2024

给几个歌词文件看看。另外是怎么获取到的呢?

lyric.zip
谢谢回复,已上传一个压缩包,里面有一个中文和一个外文,外文的是带有翻译的。可以通过一些软件获取QQ音乐的逐字歌词并自动转换为lrc文件,例如LDCC:https://github.com/chenmozhijin/LDDC

@Ferry-200
Copy link
Owner

调查了一下,这种“增强 LRC”歌词似乎有两种版本。
第一种:

// 行开始时间、词和词结束时间
[mm:ss.msms]Word[mm:ss.msms]Word[mm:ss.msms]Word[mm:ss.msms]

第二种:

// 行开始时间、词开始时间和词结束时间
[mm:ss.msms]<mm:ss.msms>Word<mm:ss.msms>Word<mm:ss.msms>Word

还要考虑支持翻译,这里可以套用普通 LRC 的逻辑

下个版本支持,虽然很久才会发下个版本

@lbyisme
Copy link
Author

lbyisme commented Nov 7, 2024

谢谢,期待下一个版本

@Ferry-200 Ferry-200 mentioned this issue Nov 7, 2024
60 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants