[mythtv-commits] [MythTV/mythtv] f58f47: Fix issues with default schedgroup and reclimit va...

David Engel noreply at github.com
Wed Nov 6 21:43:28 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: f58f474bb1df2cd8fdd14c81cceb02a9984f928e
      https://github.com/MythTV/mythtv/commit/f58f474bb1df2cd8fdd14c81cceb02a9984f928e
  Author: David Engel <dengel at mythtv.org>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M mythtv/bindings/perl/MythTV.pm
    M mythtv/bindings/python/MythTV/static.py
    M mythtv/libs/libmythbase/mythversion.h
    M mythtv/libs/libmythtv/dbcheck.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Fix issues with default schedgroup and reclimit values.

My database had somehow been changed such that schedgroup was
defaulting to enabled but wasn't for others.  That is fixed now.

Also, change the default reclimit officially back to 1.  With
schedgroup enabled, the reclimit is automatically increased when
needed.  For those few cases, where schedgroup can not be used, the
user can set the desired reclimit when disabling schedgroup.

Fixes #13501




More information about the mythtv-commits mailing list