[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2983-g1d8f26e

Git Repo Owner noreply at mythtv.org
Thu Jul 16 09:25:23 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  1d8f26e82d592ad91dd4c145543669f261e69453 (commit)
      from  38a3d8f4dc27d97cd637a863f67cce60a98b7ef6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d8f26e82d592ad91dd4c145543669f261e69453
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 16 Jul 2015 10:24:48 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 16 Jul 2015 10:24:48 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1d8f26e82d592ad91dd4c145543669f261e69453

VBox: add channel filtering to the channel scanner
This makes sure we honour the FTA and TV/TV+RADIO options in the channel
scanner when using the 'VBox Channel Import' option.

This also adds support to the channel scanner for the 4 tuner vboxes with
mixed DVB-T/T2/S/S2 tuners ensuring only channels supported by the selected
tuner are added to the video source.

Currently there is no way in the VBox API to determine if a channel requires a
T or T2 tuner or S or S2 tuner. The Vbox devs are aware of this problem and
are working to fix it in the next firmware version.



-----------------------------------------------------------------------

Summary of changes:
 .../libs/libmythtv/channelscan/channelscanner.cpp  |    5 +-
 mythtv/libs/libmythtv/channelscan/channelscanner.h |    3 +-
 .../libmythtv/channelscan/vboxchannelfetcher.cpp   |  101 +++++++++++++++-----
 .../libmythtv/channelscan/vboxchannelfetcher.h     |   18 +++-
 mythtv/libs/libmythtv/recorders/vboxutils.cpp      |   14 ++-
 mythtv/libs/libmythtv/scanwizard.cpp               |    4 +-
 6 files changed, 111 insertions(+), 34 deletions(-)

-- 



More information about the mythtv-commits mailing list