<html><head><base href="x-msg://44/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 17/10/2009, at 11:19 AM, James Styles wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="hmmessage" style="font-size: 10pt; font-family: Verdana; "><br>&gt; Under the scanner I selected full scan and New Zealand. This picked up all<br>&gt; 3 multiplexes and the correct number of channels per multiplex, but only<br>&gt; loaded the HD channels (TV One, TV 2, TV 3 and freeview hd) into the<br>&gt; channel line up.<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; The only way I could get these other SD channels to load was via direct<br>&gt; SQL against the database. Once loaded they all tuned without issue.<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; So has anyone else had issues with the DVB-T channel scanner on 0.22?<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Steve<br><br><br>Hi Steve,<br><br>I have got exactly the same problem see my thread below:<br><br><a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/397811">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/397811</a><br><br>I thought my problem was just not enough signal strength as i only have about 75%, all the channels play ok under me-tv, but when i start me-tv i get like 200 errors of skipped frames when it locks on to each chanel and i assumed that myth tv could not handle this so wel and boosting the signal striength would elimnate this problem, mabe i assumed wrong,<br><br>Im happy to produce logs and stuff to help fix it if needed.<br><br>Also is there any good how to for inserting channels manualy into the database that you know of?<br></div></span></blockquote></div><div><br></div><div>James - Thanks for the links. I'll try some debugging myself</div><div><br></div><div>The funny thing is the channel scanning works fine under Mythbuntu 9.04 and MythTV 0.21.</div><div><br></div><div>Here is the SQL I used to load the other channels</div><div><br></div><div><pre class="wiki">-- TVNZ Channels
INSERT INTO `channel` VALUES (1006,'1',NULL,1,'TVNZ 6','TVNZ 6','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,1,1202,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1007,'1',NULL,1,'TVNZ 7','TVNZ 7','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,1,1203,0,0,0,'0000-00-00 00:00:00','',-1);

-- Media Works
INSERT INTO `channel` VALUES (1004,'4',NULL,1,'C4','C4','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,2,1301,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1008,'8',NULL,1,'TV3PLUS1','TV3PLUS1','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,2,1302,0,0,0,'0000-00-00 00:00:00','',-1);

-- Kordia
INSERT INTO `channel` VALUES (1005,'5',NULL,1,'Maori','Maori','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,3,1400,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1022,'22',NULL,1,'Parliament TV','Parliament TV','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,3,1401,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1242,'242',NULL,1,'Test','Test','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,3,1402,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1028,'28',NULL,1,'ChineseTV','ChineseTV','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,3,1403,0,0,0,'0000-00-00 00:00:00','',-1);
INSERT INTO `channel` VALUES (1010,'10',NULL,1,'Prime','Prime','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,3,1404,0,0,0,'0000-00-00 00:00:00','',-1);

</pre><div><br></div></div><div><br></div><br><div>
<span class="Apple-style-span" style="font-size: 12px; "><div>Steven Ellis - Technical Director<br>OpenMedia Limited<br>email &nbsp;&nbsp;-&nbsp;<a href="mailto:steven@openmedia.co.nz">steven@openmedia.co.nz</a><br>website -&nbsp;<a href="http://www.openmedia.co.nz/">http://www.openmedia.co.nz</a><br></div></span>
</div>
<br></body></html>