You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin successfully adds a dash when a line next to a colored line has no color.
But it doesn't add it when there are lines with different colors.
For example.
Currently it turns this:
1
00:00:01,280 --> 00:00:02,639
Wow! #blue
I can believe this! #blue
2
00:00:02,720 --> 00:00:04,039
This is amazing! #blue
This is terrible! #red
Into this
1
00:00:01,280 --> 00:00:02,639
Wow!
I can't believe this!
2
00:00:02,720 --> 00:00:04,039
This is amazing!
This is terrible!
**When it actually should be:
1
00:00:01,280 --> 00:00:02,639
Wow!
I can't believe this!
2
00:00:02,720 --> 00:00:04,039
- This is amazing!
- This is terrible!
Or even this, (although it's not that usual)
1
00:00:01,280 --> 00:00:02,639
Wow!
I can't believe this!
2
00:00:02,720 --> 00:00:04,039
This is amazing! ((no dash since the previous line comes from the same character)
- This is terrible!
Otherwise, it's "destroying" info,
Currently it works if one of the lines have no color, but it won't work if the two of them are already colored.
I can't seem to replicate the "TestDialog3" result from ColorToDialogUnitTest.cs , so I'm not sure if it's working as intended.
tl;dr the plugin won't add a dash if all lines contain a "<font " tag
The text was updated successfully, but these errors were encountered:
shootlazer
changed the title
ColorToDialog - Add a dash when a different character speaks (color changes)
ColorToDialog - Dash not being added when a different character speaks (color change)
Aug 6, 2022
The plugin successfully adds a dash when a line next to a colored line has no color.
But it doesn't add it when there are lines with different colors.
For example.
Currently it turns this:
Into this
**When it actually should be:
Or even this, (although it's not that usual)
Otherwise, it's "destroying" info,
Currently it works if one of the lines have no color, but it won't work if the two of them are already colored.
I can't seem to replicate the "TestDialog3" result from ColorToDialogUnitTest.cs , so I'm not sure if it's working as intended.
tl;dr the plugin won't add a dash if all lines contain a "<font " tag
The text was updated successfully, but these errors were encountered: