karaoke-dev / karaoke

Will be the best karaoke system.
http://blog.karaoke.dev
GNU General Public License v3.0
204 stars 16 forks source link

Replace all the `.lrc` file support to `.kar` #2231

Closed andy840119 closed 3 months ago

andy840119 commented 6 months ago

As discussion in the https://github.com/karaoke-dev/LrcParser/issues/40 the .lrc file we are currently using might be the .kar file format. Should:

  1. replace all the wording likelrc to the kar
  2. using the KarParser in the LrcParser package instead.
  3. add the description about kar file format, might be related to the txt2ass
  4. ass the kar or karParser into the typo white list.
andy840119 commented 3 months ago

Implemented.