[mythtv-commits] mythtv commit: r14278 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Aug 23 23:19:56 UTC 2007


      Author: danielk
        Date: 2007-08-23 23:19:56 +0000 (Thu, 23 Aug 2007)
New Revision: 14278
   Changeset: http://cvs.mythtv.org/trac/changeset/14278

Modified:

   trunk/mythtv/libs/libmythtv/datadirect.cpp
   trunk/mythtv/libs/libmythtv/datadirect.h
   trunk/mythtv/libs/libmythtv/sourceutil.cpp
   trunk/mythtv/libs/libmythtv/sourceutil.h
   trunk/mythtv/programs/mythfilldatabase/channeldata.h
   trunk/mythtv/programs/mythfilldatabase/filldata.cpp
   trunk/mythtv/programs/mythfilldatabase/main.cpp

Log:

Refs #3842. Applies "3842-multilineup-head-v1.patch" with some of the extra verbose macro's from the patch commented out.

This allows you to have an analog card and a digital card sharing the same OTA or cable feed without needing to run mythfilldatabase with the "--remove-new-channels" parameter. With this patch MythTV filters out the digital channels in your DD lineup when inserting channels from your DD lineup into an analog source unless you use the new "--do-not-filter-new-channels" parameter. (This isn't needed for digital sources, because there channels are only inserted by a channel scan.)

If you are using Firewire with an STB or capturing from an STB using s-video/composite out, then MythTV can't tell which new channels in the DD lineup belong to what card and you will still need to run mythfilldatabase with "--remove-new-channels" if sharing the same DD lineup in two MythTV lineups (aka "Video Sources").

This hasn't been as extensively tested in head as in 0.20-fixes but was originally written against head and has recieved plenty of ad-hoc testing in head.

 --This line, and those below, will be ignored--

M    mythtv/libs/libmythtv/datadirect.h
M    mythtv/libs/libmythtv/sourceutil.h
M    mythtv/libs/libmythtv/datadirect.cpp
M    mythtv/libs/libmythtv/sourceutil.cpp
M    mythtv/programs/mythfilldatabase/filldata.cpp
M    mythtv/programs/mythfilldatabase/main.cpp
M    mythtv/programs/mythfilldatabase/channeldata.h





More information about the mythtv-commits mailing list