ElectroHeavenVN
ElectroHeavenVN
Thanks for the feedback! The pull request is finished and ready for review. I attached a zipped folder containing 3 songs and its corresponding LRC file in 3 languages (Chinese,...
>  > > Is there a reason for changing original/translated lyrics highlighting styles? Once translated, the original lyrics should be in a lower font size without highlighting and the...
I assume that you refer to "romanize" as the converted form of Japanese, Chinese, and Korean lyrics, even though the term [Romanize](https://en.wikipedia.org/wiki/Romanization_of_Japanese) usually means convert Japanese text into Romaji, a...
I edited the code so that translated lyrics will be the primary lyrics when available. Converted lyrics will be displayed below translated lyrics if they are available. The `originalLanguage` property...
I got it. I modified the code so that lyrics will be displayed in 1 line by default (no small line above and below main lyrics). I apologize if I...
> In the `parseLyrics` function, > > 1. The original lyrics are displayed with the option to romanize them by checking the `originalLanguage` property. If the LRC doesn't specify the...
No, I mean if I remove the `convertedLyrics` property and then set the `originalText` property with converted lyrics, when the lyrics are translated, the `unparsedLyrics` will be updated with converted...
I have removed unnecessary properties and changed the code as you suggested. You can check the code when you have free time.
I updated the test with additional properties, and it seems to run just fine, but in the app, when the lyric is loaded, the following exception is thrown and fails...
Sorry, I've been busy a lot recently, I will check that library as soon as possible.