[mythtv] DVB & mythchannels

Simon Kenyon simon at koala.ie
Mon Aug 18 13:51:27 EDT 2003


On Monday 18 August 2003 10:02, Ramon Roca wrote:
> In the chanMetadata::updateDatabase function at metadata.cpp, you'll see
> cout/cerr lines that tells you which sqlo statements are being executed

well this doesn't look right to me:

UPDATE channel SET    chanid=1005, channum="68", sourceid=1, callsign="C5", 
name="Five", icon="/root/.mythtv/channels/logo-54.gif", finetune=0, 
videofilters="", xmltvid="channel5.co.uk",contrast=32768, brightness=32768, 
colour=32768, hue=32768, freqid="68" WHERE  chanid=68

it should be either update channel set .... where chanid=1005

not 68
no wonder updates are not occuring!
--
simon


More information about the mythtv-dev mailing list