Skip to content
Extraits de code Groupes Projets
Valider f5564789 rédigé par Niels Martin Hansen's avatar Niels Martin Hansen
Parcourir les fichiers

Also accept SSA "Karaoke" effect field for timed karaoke source in kara-templater

Originally committed to SVN as r1465.
parent 400266c3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -321,7 +321,7 @@ function apply_templates(meta, styles, subs, templates) ...@@ -321,7 +321,7 @@ function apply_templates(meta, styles, subs, templates)
aegisub.progress.set(i/n*100) aegisub.progress.set(i/n*100)
i = i + 1 i = i + 1
local l = subs[i] local l = subs[i]
if l.class == "dialogue" and ((l.effect == "" and not l.comment) or (l.effect == "karaoke" and l.comment)) then if l.class == "dialogue" and ((l.effect == "" and not l.comment) or l.effect:match("[Kk]araoke")) then
l.i = i l.i = i
l.comment = false l.comment = false
karaskel.preproc_line(subs, meta, styles, l) karaskel.preproc_line(subs, meta, styles, l)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter