[mythtv-commits] [MythTV/mythtv] f89cf8: No translation of DVB modulation systems

kmdewaal noreply at github.com
Sat Mar 14 08:58:24 UTC 2020


  Branch: refs/heads/fixes/31
  Home:   https://github.com/MythTV/mythtv
  Commit: f89cf88a9bbbd37b70905fdb87ace1eaba02acf2
      https://github.com/MythTV/mythtv/commit/f89cf88a9bbbd37b70905fdb87ace1eaba02acf2
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M mythtv/libs/libmythtv/transporteditor.cpp

  Log Message:
  -----------
  No translation of DVB modulation systems

Do not translate the names of the DVB modulations systems
such as DVB-C/A, DVB-T2 etc.

(cherry picked from commit a440463c9960d9d408a731581b67fe745b8c5d96)
Signed-off-by: Klaas de Waal <kdewaal at mythtv.org>


  Commit: f599c35bd0d45f30dc7d018ae5129f121ff73364
      https://github.com/MythTV/mythtv/commit/f599c35bd0d45f30dc7d018ae5129f121ff73364
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

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

  Log Message:
  -----------
  Duplicate channel number

In a channel scan, channels with duplicate channel numbers now
get a suffix A, B etc to make them unique.
In DVB the broadcasters can define logical channel numbers;
this are usuallly numbers from 1 upwards.
In ATSC a channel number can be a major/minor number, e.g. 7_2.
An ATSC channel number can also be defined by the broadcaster
as a single number from 1 upwards, similar to DVB.
If there is nothing defined then the service ID of the channel
is used as channel number. A service ID is generally unique
within a network but especially on satellites it can happen that
thereare different channels with the same service id.
When receiving OTA signals via aerials/antenna's it can happen
that the same multiplex is received from different transmitters.
This will also lead to duplicate channel numbers.
It is now easier to recognize duplicate channels because they
are shown next to each other in the program guide and in
the mythtv-setup channel editor.

Refs #13472

(cherry picked from commit 405e049c761135fd27c9def46137809144e6f2e9)
Signed-off-by: Klaas de Waal <kdewaal at mythtv.org>


Compare: https://github.com/MythTV/mythtv/compare/692f46165c86...f599c35bd0d4


More information about the mythtv-commits mailing list