Opened 4 years ago

Closed 4 years ago

#811 closed defect (fixed)

SRT export filter does not recognize supported tags if they are grouped with other tags

Reported by: TheFluff Owned by:
Priority: normal Milestone: 2.1.7
Component: Subtitle Version: 2.1.6
Severity: minor Keywords: confirmed
Cc: Platform: All
Sub Component:

Description

it's late as fuck so i'm just putting this here so i don't forget about it

05:34:06 <@TheFluff> if you have a construct like "foo {i1}bar{someothertagi0} baz"
05:34:24 <@TheFluff> and export to srt, it will translate to "foo < i>bar baz"
05:34:27 <@TheFluff> with no closing italics tag

ADDITIONAL INFORMATION:
desired behavior is obviously to strip only the tags that aren't supported in srt, and keep the rest

Change History (4)

comment:1 Changed 4 years ago by TheFluff

  • Keywords confirmed added

comment:2 Changed 4 years ago by nielsm

  • Milestone changed from 2.1.6 to 2.2.0
  • Platform set to All

comment:3 Changed 4 years ago by Plorkyeran

Cannot reproduce as of r2931. Exporting the following lines:

Dialogue: 0,0:00:00.00,0:00:05.00,Default0000,0000,0000foo {i1}bar{fs20i0} baz
Dialogue: 0,0:00:05.00,0:00:10.00,Default0000,0000,0000foo {i1}ba{fs30}r{jhdsfkjsahfdkpos(274,293)gjhgi0fs22} baz

Produces:
1
00:00:00,000 --> 00:00:05,000
foo <i>bar</i> baz

2
00:00:05,000 --> 00:00:10,000
foo <i>bar</i> baz

comment:4 Changed 4 years ago by nielsm

  • Resolution set to fixed
  • Status changed from new to closed

Works here too.
Closing.

Note: See TracTickets for help on using tickets.