[mythtv] DVB, Live TV Broken with SVN 7050+

Daniel Kristjansson danielk at cuymedia.net
Sat Aug 20 02:09:08 UTC 2005


On Fri, 2005-08-19 at 17:46 -0700, Todd Ignasiak wrote:
> INSERT INTO channel VALUES (1705,'705','705',1,'KPIXDT','KPIXDT
> (KPIX-DT)','none',0,'','19572',0,32768,32768,32768,32768,'Default',0,1,'',0,1,7,0);
Ok, I bet if you replace that with:

  INSERT INTO channel VALUES (1705,'705','705',1,'KPIXDT',
    'KPIXDT (KPIX-DT)','none',0,'','19572',0,32768,32768,32768,32768,
    'Default',0,1,'',0,1,7,1281);

It will work, where 1281 is major_chan*256 + minor_chan.
I'm assuming KPIXDT is at 5_1 from a google search.

If rescan your channels, all the HDTV channels should work.

-- Daniel



More information about the mythtv-dev mailing list