[mythtv] [mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-501-g3af71b4

George Nassas gnassas at mac.com
Thu Nov 14 11:53:37 UTC 2013


On 2013-11-11, at 8:45 AM, Git Repo Owner wrote:

> - Log -----------------------------------------------------------------
> commit 3af71b4f758df4183eec13686eea4614433799de
> Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 13:45:13 +0000
> Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 13:45:13 +0000
> URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3af71b4f758df4183eec13686eea4614433799de
> 
> Bump protocol version again so that we don't lose catType when serialising data
> -----------------------------------------------------------------------
> 
> Summary of changes:
> mythtv/bindings/perl/MythTV.pm             |    6 +-
> mythtv/bindings/perl/MythTV/Program.pm     |    1 +
> mythtv/bindings/php/MythBackend.php        |    6 +-
> mythtv/bindings/python/MythTV/mythproto.py |    4 +-
> mythtv/bindings/python/MythTV/static.py    |    4 +-
> mythtv/html/tv/css/guide.css               |   13 ++++-
> mythtv/html/tv/css/upcoming.css            |   10 +++-
> mythtv/html/tv/guide.qsp                   |    5 +-
> mythtv/html/tv/images/cat_movie.svg        |   79 ++++++++++++++++++++++++++++
> mythtv/html/tv/js/constants.js             |    7 +++
> mythtv/html/tv/recordings.qsp              |   15 +++---
> mythtv/html/tv/upcoming.qsp                |    4 +-
> mythtv/libs/libmyth/programinfo.cpp        |    2 +
> mythtv/libs/libmyth/programinfo.h          |    2 +-
> mythtv/libs/libmythbase/mythversion.h      |    4 +-
> 15 files changed, 137 insertions(+), 25 deletions(-)
> create mode 100644 mythtv/html/tv/images/cat_movie.svg


Hi Stuart,

It looks like there’s a bit more to do in mythtv/bindings/perl/MythTV/Program.pm: in to_string at line 139 it's missing the total episodes change in position 5 and also the new cattype change at the end of the list.

- George


More information about the mythtv-dev mailing list