Add support for loading season, episode and total episodes into ProgramInfo

Multimedia / MythTV - Stuart Morgan [mythtv.org] - 23 October 2013 13:31 UTC

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.

e8bfd99 Add support for loading season, episode and total episodes into ProgramInfo.
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/recordinginfo.cpp | 5 +-
mythtv/libs/libmythtv/recordinginfo.h | 1 +
mythtv/programs/mythbackend/scheduler.cpp | 1 +
.../programs/mythbackend/services/serviceUtil.cpp | 1 +
13 files changed, 207 insertions(+), 166 deletions(-)

Upstream: github.com


  • Share