[mythtv-firehose] mythtv branch master updated by pbennett. v30-Pre-322-gc1c127c

Git Repo Owner noreply at mythtv.org
Thu Nov 16 00:40:40 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  c1c127cc2da3a9c194fbfcc4813acfa0be7811b3 (commit)
      from  e6eb98f759a350abc02c517eb4d1689fe5e32a16 (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 c1c127cc2da3a9c194fbfcc4813acfa0be7811b3
Author:    fullTalgoRythm <devmonkey at gmx.com> at Wed, 15 Nov 2017 19:39:53 -0500
Committer: Peter Bennett <pbennett at mythtv.org> at Wed, 15 Nov 2017 19:39:53 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c1c127cc2da3a9c194fbfcc4813acfa0be7811b3

Import Recorder: Fix multiple problems
Fix these problems with the Import Recorder
* Recordings always marked failed causing lots of rescheduled recordings
  and broken duplication detection etc
* Seek table not created, ringbuffer file not marked for write causing
  the comm flag player to exit early rather than wait for the file to
  finish writing
* Recording duration not updated, causes additional seek issues when
  trying to play an in progress recording

With these changes, Import recorder can be viable as a recorder for
recording devices that MythTV does not support directly.

Fixes #13114
Fixes #11117

Signed-off-by: Peter Bennett <pbennett at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/mythcommflagplayer.cpp       |    4 +-
 mythtv/libs/libmythtv/recorders/importrecorder.cpp |   38 ++++++++++++++++++--
 mythtv/libs/libmythtv/recorders/importrecorder.h   |    7 ++++
 mythtv/libs/libmythtv/tv_rec.cpp                   |   10 +++++
 mythtv/programs/mythcommflag/main.cpp              |   16 +++++---
 5 files changed, 64 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-firehose mailing list