[mythtv-firehose] mythtv branch master updated by gigem. v0.28-pre-1471-ge8a99d4

Git Repo Owner noreply at mythtv.org
Mon Jun 2 19:09:16 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  e8a99d45c3c008526c831c2b8687c88ac0db99af (commit)
      from  b79b7ae657afeaba4fce9a3d97d2aa4252644a0d (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 e8a99d45c3c008526c831c2b8687c88ac0db99af
Author:    David Engel <dengel at mythtv.org> at Mon, 2 Jun 2014 13:56:50 -0500
Committer: David Engel <dengel at mythtv.org> at Mon, 2 Jun 2014 13:56:50 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e8a99d45c3c008526c831c2b8687c88ac0db99af

Added recordedid column to recorded table and ProgramInfo class.
This commit populates recordedid and makes it available everywhere it
can be used.  Future commits will convert internal interfaces using
chanid/recstartts to recordedid where appropriate.  External
interfaces using chanid/recstarts will be maintained throuhg version
0.28 and possibly 0.29.

In addition to passing back the new recordedid from the recorder to
the scheduler, this commit also passes back the recstartts used to
make chanid/recstarts unique.  That fixes some minor issues caused by
the scheduler not knowning the actual recstartts.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                     |    8 +-
 mythtv/bindings/perl/MythTV/Program.pm             |   97 ++++++++++---------
 mythtv/bindings/php/MythBackend.php                |    6 +-
 mythtv/bindings/php/MythTVRecording.php            |    1 +
 mythtv/bindings/python/MythTV/mythproto.py         |    6 +-
 mythtv/bindings/python/MythTV/static.py            |    6 +-
 mythtv/libs/libmyth/programinfo.cpp                |   30 ++++++-
 mythtv/libs/libmyth/programinfo.h                  |    9 ++-
 mythtv/libs/libmythbase/mythversion.h              |   12 +-
 .../datacontracts/recording.h                      |    4 +
 mythtv/libs/libmythtv/dbcheck.cpp                  |   13 +++
 mythtv/libs/libmythtv/recordinginfo.cpp            |    4 +-
 mythtv/libs/libmythtv/recordinginfo.h              |    2 +-
 mythtv/libs/libmythtv/tv_rec.cpp                   |    8 +-
 mythtv/libs/libmythtv/tv_rec.h                     |    2 +-
 mythtv/programs/mythbackend/encoderlink.cpp        |    4 +-
 mythtv/programs/mythbackend/encoderlink.h          |    2 +-
 mythtv/programs/mythbackend/mainserver.cpp         |    2 +
 mythtv/programs/mythbackend/playbacksock.cpp       |    9 ++-
 mythtv/programs/mythbackend/playbacksock.h         |    2 +-
 mythtv/programs/mythbackend/scheduler.cpp          |    2 +
 .../programs/mythbackend/services/serviceUtil.cpp  |    1 +
 22 files changed, 151 insertions(+), 79 deletions(-)

-- 



More information about the mythtv-firehose mailing list