[mythtv-commits] [MythTV/mythtv] 71d44a: Configure Input Groups in mythtv-setup

kmdewaal noreply at github.com
Sat Jan 21 19:41:41 UTC 2023


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 71d44affc3ea9cb14c5ec591f9fe7574cf90a571
      https://github.com/MythTV/mythtv/commit/71d44affc3ea9cb14c5ec591f9fe7574cf90a571
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
    M mythtv/libs/libmythtv/cardutil.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Configure Input Groups in mythtv-setup

Capture cards can be configured so that only one capture card of a
group of capture cards can be used at any one time. This is done
by defining an Input Group and then assigning that group to all
capture cards that are to be part of the group.
Configuring this with mythtv-setup has always been possible but there
was a bug that allowed only one card to be configured as member of an
input group. This bug is now fixed.

Based on commit 973edd20a396e719d6847982b43cd5b0d26ae6d8 in master.

Refs #698




More information about the mythtv-commits mailing list