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

MythTV noreply at mythtv.org
Fri Apr 1 19:09:48 UTC 2011


#2416: Provide analog sources with dvb eit
----------------------------------+--------------------------
 Reporter:  mythtv@…              |          Owner:  stuarta
     Type:  enhancement           |         Status:  assigned
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - EIT          |        Version:  head
 Severity:  medium                |     Resolution:
 Keywords:  eit                   |  Ticket locked:  0
----------------------------------+--------------------------

Comment (by warpme@…):

 Hi,
 This is updated patch for 0.24-fixes git20110327. For quick filling
 eit_mapping table You can use following:[[BR]]
 mysql -u root mythconverg

 INSERT INTO `eit_mapping`
 SELECT `src`.`serviceid` , `dst`.`chanid`
 FROM `channel` `src`
 JOIN `channel` `dst` ON `src`.`callsign` = `dst`.`callsign`
 AND `src`.`sourceid` =8
 AND `dst`.`sourceid` =9
 exit;

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/2416#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list