[mythtv-commits] [MythTV/mythtv] 1b4d44: Updated "Remove duplicates" channel scan option

kmdewaal noreply at github.com
Sun Mar 22 18:13:55 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 1b4d44b468de0a8c7ad2c25a1d779ce1dc2c06b8
      https://github.com/MythTV/mythtv/commit/1b4d44b468de0a8c7ad2c25a1d779ce1dc2c06b8
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelinfo.cpp
    M mythtv/libs/libmythtv/channelscan/channelimporter.cpp
    M mythtv/libs/libmythtv/channelscan/channelimporter.h
    M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
    M mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
    M mythtv/libs/libmythtv/dtvmultiplex.h
    M mythtv/libs/libmythtv/frequencytables.h

  Log Message:
  -----------
  Updated "Remove duplicates" channel scan option

Renamed the feature from "Remove duplicate channels" to "Remove duplicates".
Changed the default for this option to Selected/Checked.
Removed the check on individual channels across all scanned channels.
The implementation does not check for original network ID plus transport ID
on a per-transport basis, as suggested in ticket #12107 for DVB, but it checks
this on all channels in the transport. The implementation is also expected to work for ATSC.
Thanks to John Pilkington for numerous tests in the daily changing UK Freeview landscape.

Refs #13472
Fixes #12107




More information about the mythtv-commits mailing list