google-code-export / mediaplayer2-for-sh4

Automatically exported from code.google.com/p/mediaplayer2-for-sh4
1 stars 0 forks source link

Subtitle file causing error #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a movie that loads the attached srt file
2. An error processing subtitles happens

Original issue reported on code.google.com by email.ah...@googlemail.com on 5 Jan 2014 at 9:20

Attachments:

GoogleCodeExporter commented 9 years ago
Problem is in subtitles.There should be text after time entry and not newline:

{{{
34
00:05:18,717 --> 00:05:20,733

35
34
00:05:20,770 --> 00:05:23,191
التصادم الجوي
}}}

So you can just remove the newline:
{{{
34
00:05:18,717 --> 00:05:20,733
35
34
00:05:20,770 --> 00:05:23,191
التصادم الجوي
}}}

Original comment by mx3Lm...@gmail.com on 16 Jan 2014 at 7:28

GoogleCodeExporter commented 9 years ago
fixed in 1.4.8 - subrip parser is now more tolerant

Original comment by mx3Lm...@gmail.com on 26 Jan 2015 at 7:21