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
Recently, a lot of subtitles, especially for reality shows, come with different colors for the speakers, because they speak over each other. When I run text corrections on these, Gaupol tries to replace every </font> <font color="XXX"> with just a space, even if the <font color="XXX"> actually switches to a new color. Example:
Thanks for noticing! This is not one of the correction patterns that can be turned off, because it's supposed to be a harmless clean-up thing (often sensible after corrections). But, yes, this is wrong, I'll fix it. I'm guessing why this hasn't come up before is that usually these cases have dialogue with line-breaks. With line-breaks between the bug is not triggered.
https://build.opensuse.org/request/show/1182929
by user 1Antoine1 + anag+factory
- Update to 1.15:
* Don't merge font tags with different values
(gh#otsaloma/gaupol#224).
* Drop dependency on chardet.
* Add dependency on charset-normalizer.
* Raise Python dependency to >= 3.5.
Recently, a lot of subtitles, especially for reality shows, come with different colors for the speakers, because they speak over each other. When I run text corrections on these, Gaupol tries to replace every
</font> <font color="XXX">
with just a space, even if the<font color="XXX">
actually switches to a new color. Example:would become
It would be nice to have a switch to turn this off, because it makes it a lot harder for a deaf person to understand who said what.
The text was updated successfully, but these errors were encountered: