-
Notifications
You must be signed in to change notification settings - Fork 22
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
Ignore LRC file tags #51
Comments
Right now we are using a pretty naive algorithm to parse the sptlrx/services/local/local.go Lines 113 to 136 in c03f1cb
So, we assume that every line starting with |
This design also results in lyrics files which accurate to milliseconds (the format may not comply with the specification, but if we want to support variable-length lrc tags, solving the problems they bring is just a dropping by) will be displayed with a |
An addition for #48, currently lrclib uses artist metadata to mark song as instrumental
[ar: instrumental]
But somehow, sptlrx fail? to parse the metadata, it will show up
umental]
I tried to set the
.ignoreErrors
tofalse
hoping to see any error printed out, but there are no errorThe text was updated successfully, but these errors were encountered: