<div class="gmail_quote">On Sat, Dec 5, 2009 at 9:14 PM,  <span dir="ltr">&lt;<a href="mailto:stefan_jones@comcast.net">stefan_jones@comcast.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: Arial; font-size: 12pt; color: rgb(0, 0, 0);"><div class="im">On Wed, Nov 25, 2009 at 10:24 PM, Myth User <span dir="ltr">&lt;<a href="mailto:mythtv@heathsworld.com" target="_blank">mythtv@heathsworld.com</a>&gt;</span> wrote:<br>
Ubuntu 9.10 with HDhomerun.<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; <br>&gt; In mythtv-setup am trying to scan these 2 channels (to keep it simple):<br>
&gt; <br>&gt; 114-1<br>&gt; 114-2<br>&gt; 114-3<br>&gt; 114-6<br>&gt; <br>&gt; 115-2<br>&gt; 115-4<br>&gt; 115-6<br>&gt; <br>&gt;
When telling the channel scanner to scan, it will finish and tell me I
have 3 new &quot;non-conflicting&quot; MPEG channels.  I go ahead and add those
(which I can&#39;t tell what they are but happen to be 115-2,4,6)...  Next
it says I have conflicting MPEG channels and have to add them
manually.  Why are the actual channel numbers 114 and 115 not being
attached so the scanner knows the difference?  Why can&#39;t it simply add
the channels as listed above?  The 114 and 115 part of the channel is
omitted and the dash channels (sub channel numbers) are conflicting.  I
am looking at manually add all my channels if this is really broken in
.22.  Please let me know if I am missing something because it just
worked in .21.<br>&gt; 


<br>&gt; Thanks in advance.<br>&gt; On Fri, Nov 27, 2009 at 8:44 PM, Mitch Gore <span dir="ltr">&lt;<a href="mailto:mitchell.gore@gmail.com" target="_blank">mitchell.gore@gmail.com</a>&gt;</span> wrote:</blockquote></div>
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><br><div>&gt; yup, broken/issue.  Thats what i think.  Read the archives and you will find several issues like this, including me.  Devs say that this is not an error/bug even tho it worked fine in .21 <br>
&gt; 

</div></div>-- <br>&gt; Mitchell<br>&gt; 
<br></blockquote></div><div><div class="im">----- &quot;Myth User&quot; &lt;<a href="mailto:mythtv@heathsworld.com" target="_blank">mythtv@heathsworld.com</a>&gt; wrote:
<br>&gt; I see.......  I did run across that thread but seemed silly that someone would say it works but not tell the <br>&gt;world how.  That&#39;s really too bad because the truth is that it did work right in .21.  So if the dev&#39;s are so &gt;certain that it really works (and works better), why can&#39;t they provide documentation on how to click the<br>
&gt; right buttons?  It&#39;s obviously not intuitive like in .21 because it just worked.  I&#39;ve tried everything but a<br>&gt; hammer and going back to .21....<br><br><br></div>My take on this:<br><br>The .22 channel scanner may very well be far superior to that in .21. <br>
<br>But the user interface isn&#39;t all there yet.<br><br>The dialog boxes at the end are the GUI equivalent of a series of questions at the end of a terminal-output application. In addition to being a one-way trip, the choices are not well explained. Breaking up problematical channels into SCTE, MPEG, etc. adds to the puzzlement.<br>
<br>The current documentation does not help.<br><br>Ideally, at the end of the scan the user would be presented with an interactive list, sort of a Channel Pre-Editor, of problem channels. Each entry would include  the channel with which it conflicts. After deleting or editing the entries, the survivors would be added to the list of valid channels.<br>
</div></div></div></div></blockquote><div><br>Agreed.  However, as long as the scanner continues to omit the actual channel number and only add the sub channels there will always be irresolvable conflicts.  There could be 100 channels that have &quot;-1&quot; or &quot;-2&quot; sub channels therefore 100 conflicting channels to resolve one at a time in a blind manner.  The really crazy part is that if you edit a channel (after you manually assign them due to conflicts), the channel number has been detected and labeled inside each of the detected channels in another duplicate field.  But, the scanner can&#39;t tell the difference between 114-1 and 115-1 at this point because they both have a dash-one.<br>
<br>In summary I believe the code should be changed to detect conflicts differently.  Currently it matches like:<br><br>If $subchannel = $subchannel, then conflict<br><br>and should be:<br><br>if ($channel)-($subchannel) = ($channel)-($subchannel), then conflict.<br>
<br></div></div>