[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-384-ge8bfd99

Git Repo Owner noreply at mythtv.org
Wed Oct 23 18:31:37 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  e8bfd99e214d636b2cf408fc71b0087ad9535622 (commit)
       via  83ff754d1279f10f4dc80b91b87838d3c2bce6f9 (commit)
      from  c649ee2c2d01ad2dbb95646ec75b78294a4f3709 (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 e8bfd99e214d636b2cf408fc71b0087ad9535622
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 23 Oct 2013 17:16:35 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 23 Oct 2013 19:31:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e8bfd99e214d636b2cf408fc71b0087ad9535622

Add support for loading season, episode and total episodes into ProgramInfo.
This alters the protocol version to 78

I've done my best to update the bindings, but I have not have got it
entirely correct. With luck they'll be converted to the services API
before the next time someone alters the protocol, it's a painful
process atm.



commit 83ff754d1279f10f4dc80b91b87838d3c2bce6f9
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 23 Oct 2013 13:12:24 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 23 Oct 2013 19:31:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=83ff754d1279f10f4dc80b91b87838d3c2bce6f9

Store the total number of episodes for xmltv and UK EIT. Fixups for other countries are welcome.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                     |    6 +-
 mythtv/bindings/perl/MythTV/Program.pm             |   95 +++++-----
 mythtv/bindings/php/MythBackend.php                |    4 +-
 mythtv/bindings/php/MythTVProgram.php              |    1 +
 mythtv/bindings/python/MythTV/mythproto.py         |    6 +-
 mythtv/libs/libmyth/programinfo.cpp                |  210 +++++++++++---------
 mythtv/libs/libmyth/programinfo.h                  |    9 +-
 mythtv/libs/libmythbase/mythversion.h              |    4 +-
 .../datacontracts/programAndChannel.h              |   30 ++--
 mythtv/libs/libmythtv/eitfixup.cpp                 |   93 +++++++--
 mythtv/libs/libmythtv/eitfixup.h                   |    1 +
 mythtv/libs/libmythtv/eithelper.cpp                |    8 +-
 mythtv/libs/libmythtv/programdata.cpp              |   16 +-
 mythtv/libs/libmythtv/programdata.h                |   17 +-
 mythtv/libs/libmythtv/recordinginfo.cpp            |    5 +-
 mythtv/libs/libmythtv/recordinginfo.h              |    1 +
 mythtv/programs/mythbackend/scheduler.cpp          |    1 +
 .../programs/mythbackend/services/serviceUtil.cpp  |    1 +
 mythtv/programs/mythfilldatabase/xmltvparser.cpp   |    8 +-
 19 files changed, 313 insertions(+), 203 deletions(-)

-- 



More information about the mythtv-commits mailing list