<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/05/2018 05:20 PM, Douglas Peale
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:01a90156-cad1-cbfa-9c25-ff42f8e83374@comcast.net">
      <pre wrap="">I have six video sources from three antennas pointed in three different directions.

I have given each video source a name reflecting the type of tuner, and direction of the antenna in the mythtvbackendsetup, but
both the database and mythweb refer to the sources by number.

(For some reason, mythtv has chosen the numbers 4, 5, 9, 10, 11, and 12 for the six video sources).


How do I correlate the names I gave to the sources with the numbers?

I wish to hide channels that are duplicates of others that use a less optimal antenna. There is a lot of overlap between the
antennas, and off axis reception is flaky.


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
    </blockquote>
    <p>I did not find a way to find the video source name in the
      database, but I did find a way to correlate the numbers with the
      following database query:</p>
    <p>mysql> select cardid, sourceid, cardtype, videodevice from
      capturecard;<br>
      +--------+----------+-----------+-------------+<br>
      | cardid | sourceid | cardtype  | videodevice |<br>
      +--------+----------+-----------+-------------+<br>
      |      1 |       10 | HDHOMERUN | 1040253E-0  |<br>
      |      2 |       10 | HDHOMERUN | 1040253E-1  |<br>
      |      3 |       12 | HDHOMERUN | 10401F3E-0  |<br>
      |      4 |       12 | HDHOMERUN | 10401F3E-1  |<br>
      |      5 |       11 | HDHOMERUN | 10401D98-0  |<br>
      |      6 |       11 | HDHOMERUN | 10401D98-1  |<br>
      |      7 |        5 | HDHOMERUN | 1016A87D-0  |<br>
      |      8 |        9 | HDHOMERUN | 1016A87D-1  |<br>
      |      9 |        9 | HDHOMERUN | 101694BD-0  |<br>
      |     10 |        4 | HDHOMERUN | 101694BD-1  |<br>
      |     11 |       10 | HDHOMERUN | 1040253E-0  |<br>
      |     12 |       10 | HDHOMERUN | 1040253E-0  |<br>
      |     13 |       10 | HDHOMERUN | 1040253E-1  |<br>
      |     14 |       10 | HDHOMERUN | 1040253E-1  |<br>
      |     15 |       12 | HDHOMERUN | 10401F3E-0  |<br>
      |     16 |       12 | HDHOMERUN | 10401F3E-0  |<br>
      |     17 |       12 | HDHOMERUN | 10401F3E-1  |<br>
      |     18 |       12 | HDHOMERUN | 10401F3E-1  |<br>
      |     19 |       11 | HDHOMERUN | 10401D98-0  |<br>
      |     20 |       11 | HDHOMERUN | 10401D98-0  |<br>
      |     21 |       11 | HDHOMERUN | 10401D98-1  |<br>
      |     22 |       11 | HDHOMERUN | 10401D98-1  |<br>
      |     23 |        5 | HDHOMERUN | 1016A87D-0  |<br>
      |     24 |        5 | HDHOMERUN | 1016A87D-0  |<br>
      |     25 |        9 | HDHOMERUN | 1016A87D-1  |<br>
      |     26 |        9 | HDHOMERUN | 1016A87D-1  |<br>
      |     27 |        9 | HDHOMERUN | 101694BD-0  |<br>
      |     28 |        9 | HDHOMERUN | 101694BD-0  |<br>
      |     29 |        4 | HDHOMERUN | 101694BD-1  |<br>
      |     30 |        4 | HDHOMERUN | 101694BD-1  |<br>
      +--------+----------+-----------+-------------+</p>
    <p><br>
    </p>
    <p>I know which HDHomeRun is connected to which antenna, and now I
      know what source ID is associated with that.<br>
    </p>
  </body>
</html>