[mythtv-commits] [MythTV/mythtv] ee78ba: Simplify channel numbering

kmdewaal noreply at github.com
Mon Apr 13 19:59:30 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: ee78ba330c1298c7ac250812d47b325816e242fe
      https://github.com/MythTV/mythtv/commit/ee78ba330c1298c7ac250812d47b325816e242fe
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

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

  Log Message:
  -----------
  Simplify channel numbering

Simplify the channel numbering scheme to the following:
- Use the Logical Channel Number
- If that is not present then:
  - For ATSC, use the Major-Minor channel number
  - For DVB and everything else, use the service ID
If this results in a duplicate, a channel number that is
already present in the video source, then the channel number
gets a suffix A, B, or C etc to make it unique.
The advantage of this is that a channel has a more
predictable location in the program guide.

Refs #13472




More information about the mythtv-commits mailing list