[Bug] lyrics Format Parsing: Plain lyrics with '[' are not displayed.
Closed this issue · 4 comments
Bug Summary
If a plain lyric file (non LRC) contains '[' the lyrics will not be displayed.
I'm assuming that the lyrics parser sees the '[' and expects the LRC format.
But I'm using mostly genius to fetch my lyrics and there it is "standard" to use '[' and ']' for non lyric info like '[Intro]'
Example lyric file
The same thing happens if the lyrics are embedded in the audio file.
Personally I would be fine to disable support / parsing for LRC files if the option is disabled.
Version
1.8.4 (F-Droid ff9861b)
Steps to reproduce the bug
Add a lyrics file which contains '[' at the start of a line.
Environment
Android 13
LineageOs: 20-20230702-microG
Screenshots or Screen recordings
No response
Other helpful information
No response
Here is a preview channel build for testing: Preview-LrcDetection
Update: The fix is included in preview_1.8.5-dev3
Did a quick test with the preview build, and lyrics are now displayed correctly
Thanks for the quick fix :)