[mythtv-users] mythtv-setup won't get channel lineup

Rich Bishop rjb38 at drexel.edu
Thu Jun 6 20:23:16 UTC 2013


Thanks for the pointers. Unfortunately upgrading to the 0.26 fixes 
didn't fix things. Looking at the debug output from

mythfilldatabase --only-update-channels

I see the following:

INSERT INTO dd_lineupmap      ( lineupid,  stationid,  channel, 
channelMinor) VALUES      ('PC:19014', '19611', '3', '3'MINOR)


It appears that :CHANNELMINOR is being substituted by the value of 
CHANNEL ('3') and the string MINOR rather than the minor channel value 
from datadirect. I made some temporary edits to datadirect.cpp and 
manually added the minor channel values to the channel table. After 
messing around a little with the database (manually setting channum and 
freqid in channel) things appear to be working.

I'm assuming this is maybe due to my platform (centos 6.3) rather than a 
bug in the code, as presumably someone would have come across this 
before (?)

Rich


More information about the mythtv-users mailing list