[mythtv-commits] [MythTV/mythtv] fd564d: DVB Logical Channel Number offset per video source
kmdewaal
noreply at github.com
Fri Mar 26 21:42:39 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: fd564dc7bddf7704e0eeaa120214bf1407322aac
https://github.com/MythTV/mythtv/commit/fd564dc7bddf7704e0eeaa120214bf1407322aac
Author: Klaas de Waal <kdewaal at mythtv.org>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M mythtv/bindings/perl/MythTV.pm
M mythtv/bindings/python/MythTV/static.py
M mythtv/libs/libmythbase/mythversion.h
M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
M mythtv/libs/libmythtv/channelscan/channelscan_sm.h
M mythtv/libs/libmythtv/dbcheck.cpp
M mythtv/libs/libmythtv/videosource.cpp
Log Message:
-----------
DVB Logical Channel Number offset per video source
With a mythtv-setup channel scan, the channel numbers assigned to the channels are the
DVB Logical Channel Numbers defined by the provider when they are present in the stream.
This are user-friendly numbers, usually in the range 1 to 1000 or 100 to 1000.
When you want to receive in MythTV more than one video source with DVB logical channel numbers
then the channel number ranges do usually overlap; this gives problems with duplicate channel
numbers and also channels from different video sources are interspersed in the program guide.
With the capability to add an offset for the logical channel numbers to each video source
it is possible to make the channel list non-overlapping.
The database schema is now version 1368.
Refs #345
More information about the mythtv-commits
mailing list