[mythtv-commits] Ticket #2416: Provide analog sources with dvb eit

MythTV mythtv at cvs.mythtv.org
Mon Sep 18 17:59:07 UTC 2006


#2416: Provide analog sources with dvb eit
----------------------------------+-----------------------------------------
 Reporter:  mythtv at linux-dude.de  |       Owner:  ijr    
     Type:  enhancement           |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  0.20   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 This patch gives you the ability to provide epg info to another channel.
 The mapping is configured in an extra table eit_mapping (see below). The
 mapping is based on the serviceid and a channel with the configured
 mapped_chanid gets a copy of the epg data.

 CREATE TABLE eit_mapping (
   serviceid int(10) unsigned NOT NULL default '0',
   mapped_chanid int(10) unsigned default NULL,
   UNIQUE KEY serviceid (serviceid)
 ) TYPE=MyISAM;

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2416>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list