[mythtv-commits] mythtv branch master updated by gigem. v29-pre-77-g489ea2c

Git Repo Owner noreply at mythtv.org
Thu Jun 9 21:03:20 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  489ea2ce607ca510b0f5d099c65750ed46c32ff0 (commit)
      from  e4f6e011b6748d1ba3ee5d09c1ffe2a382f2fe8b (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 489ea2ce607ca510b0f5d099c65750ed46c32ff0
Author:    David Engel <dengel at mythtv.org> at Thu, 9 Jun 2016 15:57:03 -0500
Committer: David Engel <dengel at mythtv.org> at Thu, 9 Jun 2016 16:03:11 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=489ea2ce607ca510b0f5d099c65750ed46c32ff0

Add maximum recording limit to the capturecard table.
The main reason for this is to put it in a single, easily accessible
place.  Future changes will add support for using the special value of
0 to indicate unlimited simultaneous recordings.

In addition, put this setting in a common and consistent location for
all tuner types to which it applies.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm          |    2 +-
 mythtv/bindings/python/MythTV/static.py |    2 +-
 mythtv/libs/libmythbase/mythversion.h   |    4 +-
 mythtv/libs/libmythtv/cardutil.cpp      |   31 +++++-
 mythtv/libs/libmythtv/cardutil.h        |    1 +
 mythtv/libs/libmythtv/dbcheck.cpp       |   20 ++++
 mythtv/libs/libmythtv/videosource.cpp   |  165 ++++++++++---------------------
 mythtv/libs/libmythtv/videosource.h     |   21 +----
 8 files changed, 106 insertions(+), 140 deletions(-)

-- 



More information about the mythtv-commits mailing list