[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-1722-g3b39132

Git Repo Owner noreply at mythtv.org
Thu Jul 3 21:18:24 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  3b3913274450ca86902a1b0b57757558c5b89848 (commit)
       via  0b36dc49ee96846f2f91019a84c621cfa65bd868 (commit)
       via  7f29ae01ef05e39d37ee2dfd4ecd59f8158ca51e (commit)
      from  762254f4fc34241e93fbb73b335ae52299655bdc (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 3b3913274450ca86902a1b0b57757558c5b89848
Author:    David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 16:17:34 -0500
Committer: David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 16:17:34 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3b3913274450ca86902a1b0b57757558c5b89848

Update the binary API for of the previous recording status changes.



commit 0b36dc49ee96846f2f91019a84c621cfa65bd868
Author:    David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 16:09:01 -0500
Committer: David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 16:09:01 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0b36dc49ee96846f2f91019a84c621cfa65bd868

Add the rsFailing recording status.
This new status is for recordings that are having problems that will
eventually cause it to be marked as failed.  This allows us to
continue trying to record what we can and also reschedule a later
showing sooner than we previously could.



commit 7f29ae01ef05e39d37ee2dfd4ecd59f8158ca51e
Author:    David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 14:16:14 -0500
Committer: David Engel <dengel at mythtv.org> at Thu, 3 Jul 2014 14:16:14 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7f29ae01ef05e39d37ee2dfd4ecd59f8158ca51e

Remove the rsOtherShowing/Recording/Tuning recording statuses.
The 'other' indication will be displayed some other way in a future
change.



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

Summary of changes:
 mythtv/bindings/python/MythTV/static.py         |    2 +-
 mythtv/libs/libmyth/programinfo.cpp             |    7 +---
 mythtv/libs/libmyth/programinfo.h               |    7 +---
 mythtv/libs/libmyth/programtypes.cpp            |   46 ++++++---------------
 mythtv/libs/libmyth/programtypes.h              |    9 ++--
 mythtv/libs/libmythbase/mythscheduler.h         |    4 +-
 mythtv/libs/libmythbase/mythversion.h           |    2 +-
 mythtv/libs/libmythtv/tv_rec.cpp                |    4 +-
 mythtv/programs/mythbackend/encoderlink.cpp     |    4 +-
 mythtv/programs/mythbackend/mainserver.cpp      |    3 +-
 mythtv/programs/mythbackend/scheduler.cpp       |   48 +++++++++++++++-------
 mythtv/programs/mythbackend/services/dvr.cpp    |    2 +-
 mythtv/programs/mythfrontend/schedulecommon.cpp |    9 +---
 mythtv/programs/mythfrontend/viewscheduled.cpp  |   16 +++----
 14 files changed, 75 insertions(+), 88 deletions(-)

-- 



More information about the mythtv-commits mailing list