[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-1570-gfeb2e0f

Git Repo Owner noreply at mythtv.org
Sun Jun 23 23:17:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  feb2e0fae2dc7e163cffd004da92d7654765fa1f (commit)
       via  c691ddf536856416a7f94ed8695aa24b622efc23 (commit)
      from  32966e451664d93b79392c13a9fa6c63cbe06ae8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit feb2e0fae2dc7e163cffd004da92d7654765fa1f
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 23 Jun 2013 16:02:24 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 23 Jun 2013 16:16:45 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=feb2e0fae2dc7e163cffd004da92d7654765fa1f

Support .srt files for in-progress recordings.  Refs #11618
Allow a .srt file to be reloaded for an in-progress recording after
the last subtitle is reached.  The backend is queried at most one a
second for an updated .srt file.

Still to do:

1. Do the update check in a separate thread to avoid stuttering.

2. Currently the REC_STARTED_WRITING event is not sent when the HD-PVR
switches to a new program during live TV, so the third-party script
ends up not generating .srt files for subsequent programs in a live TV
session.

3. ccextractor buffers its output, so one needs to be at least 30
seconds behind real-time to get .srt captions.  A better solution
would be to add the required functionality to mythccextractor.



commit c691ddf536856416a7f94ed8695aa24b622efc23
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 23 Jun 2013 07:37:40 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 23 Jun 2013 16:16:45 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c691ddf536856416a7f94ed8695aa24b622efc23

Disable minimum file size check for .srt files.  Refs #11618



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/mythplayer.cpp         |    6 ++
 mythtv/libs/libmythtv/playercontext.cpp      |   10 ++-
 mythtv/libs/libmythtv/subtitlereader.cpp     |    6 +-
 mythtv/libs/libmythtv/subtitlereader.h       |    2 +-
 mythtv/libs/libmythtv/textsubtitleparser.cpp |   88 +++++++++++++++++++++-----
 mythtv/libs/libmythtv/textsubtitleparser.h   |   46 +++++++++++--
 mythtv/libs/libmythtv/xine_demux_sputext.cpp |   19 +++---
 mythtv/libs/libmythtv/xine_demux_sputext.h   |    4 +-
 mythtv/programs/mythbackend/mainserver.cpp   |    3 +-
 9 files changed, 142 insertions(+), 42 deletions(-)

-- 



More information about the mythtv-commits mailing list