-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement lyric can reference by other lyric. #1444
Comments
And not really sure will it be a good feature to compare the property between lyric and the referenced lyric. |
Also, will implemented in the manage lyric mode. |
And might be auto add the reference lyric if trying to copy the lyric. |
Here's the example:
As the demo shows, there are total 51 lyrics. |
然後針對不同的mode或許可以定義目前 lyric is writeable? |
Another way is to write the sync and binding inside the lyric. |
The remaining part of this issue:
|
Guess can close this issue because remaining part can be handle in the #1563. |
For some cases, some of the lyric in the karaoke song are almost same as other lyrics, the difference between those lyrics are the offset time.
So we can add property like
ReferenceLyric
to mark the lyric is referenced by other lyrics.Also, because some of the property is not need to be referenced, so we can make the enums to decide which properties should be referenced:
lyric text
,ruby
andromaji
from the referenced lyric)Another concept:
Sync the singers
with defaulttrue
)Sync the time-tags
with defaulttrue
)The text was updated successfully, but these errors were encountered: