[mythtv-commits] [MythTV/mythtv] a9465f: HDHomeRun Channel Import

kmdewaal noreply at github.com
Sat May 6 15:02:57 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a9465fe7c1c35499854549f0fd6b8b5a385aefe3
      https://github.com/MythTV/mythtv/commit/a9465fe7c1c35499854549f0fd6b8b5a385aefe3
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscanner.cpp
    M mythtv/libs/libmythtv/channelscan/channelscanner.h
    M mythtv/libs/libmythtv/channelscan/channelscanner_gui.cpp
    A mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.cpp
    A mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.h
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.h
    M mythtv/libs/libmythtv/libmythtv.pro
    M mythtv/libs/libmythtv/scanwizard.cpp

  Log Message:
  -----------
  HDHomeRun Channel Import

Add the option "HDHomeRun Channel Import" to get the channel list
directly from the HDHomeRun. The HDHomeRun does a channel scan
all by itself and the list of channels can now be read by mythtv-setup.
Also the http url for each channel is read and stored in the database
although this is not yet used in MythTV.
There is enough information read from the HDHomeRun to fill database tables
channel and dtv_multiplex so that recording can be done with libhdhomerun.
This feature has only been tested in The Netherlands and it is expected
that it works with all European DVB-T/T2 and DVB-C signals.
Support for reading USA/ATSC channel lists is to be added.
The actual code is shamelessly copied from the channel import for the VBox
and adapted where needed.


  Commit: dca0448409587fbdc63ed25b496afbe08f4403ed
      https://github.com/MythTV/mythtv/commit/dca0448409587fbdc63ed25b496afbe08f4403ed
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.cpp

  Log Message:
  -----------
  HDHomeRun Channel Import -- Add ATSC support

Added support for ATSC modulation and ATSC major/minor channel numbers.
It compiles and it does not break DVB but otherwise untested.


  Commit: 1b5ef39692dc0ce6b9b942a965b2699af17065db
      https://github.com/MythTV/mythtv/commit/1b5ef39692dc0ce6b9b942a965b2699af17065db
  Author: kmdewaal <kdewaal at mythtv.org>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscanner.cpp
    M mythtv/libs/libmythtv/channelscan/channelscanner.h
    M mythtv/libs/libmythtv/channelscan/channelscanner_gui.cpp
    A mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.cpp
    A mythtv/libs/libmythtv/channelscan/hdhrchannelfetcher.h
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.h
    M mythtv/libs/libmythtv/libmythtv.pro
    M mythtv/libs/libmythtv/scanwizard.cpp

  Log Message:
  -----------
  Merge pull request #748 from kmdewaal/master

HDHomeRun Channel Import


Compare: https://github.com/MythTV/mythtv/compare/d1264bdb4c2a...1b5ef39692dc


More information about the mythtv-commits mailing list