karaoke-dev / karaoke

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

Should be able to add the section to the lyric. #1464

Open andy840119 opened 2 years ago

andy840119 commented 2 years ago

Inspired from https://github.com/karaoke-dev/karaoke/issues/1444#issuecomment-1193081537

Some of the karoake songs might have different sections in one song Like 主奏(main), 獨奏(solo)...

https://www.youtube.com/watch?v=Qd01-6xVSHk

And note that unlike tag, one lyric might only have one section. Basically based on time

andy840119 commented 2 years ago

If the section is based on time: than it might have two possible ways:

  1. save list of time and list of section name in the karaoke beatmap.
  2. save list of sections name to the karaoke beatmap(like how singer did), and assign section id to the lyric.

If use the solution 1, not really sure Timing section in the editor can handle that?