-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add LyRiCs (LRC) support #3036
Add LyRiCs (LRC) support #3036
Conversation
@joeyparrish Do you think it can be reviewed and include it in v3.1? |
I will review it after my holidays (next week). thanks! |
@joeyparrish I have already reviewed all the comments. Can you review it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@joeyparrish I have already reviewed all the comments. Can you review it again? |
test/text/lrc_text_parser_unit.js
Outdated
'[00:30.1]Test4\n' + | ||
'[00:40.001]Test5\n' + | ||
'[00:50.02]Test6', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think maybe these were meant to use commas as the decimal separator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ups!
All tests passed! |
Add LyRiCs (LRC) support
Format info: https://en.wikipedia.org/wiki/LRC_(file_format)