December 2023 Schedules Direct statistics!

Robert Eden <[email protected]> Sun, 28 Jan 2024 14:40:32 -0600
Newsgroups gmane.comp.tv.xmltv.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============7719375270370907784==
Content-Type: multipart/alternative;
 boundary="------------HfLgX08pX5jIaH8hWeW7M0jE"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------HfLgX08pX5jIaH8hWeW7M0jE
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

At SD, I send a monthly email to project leads with a report on how many 
active users say their using the app when they sign up (or edit) their 
account.   I've never sent one to XMLTV devs, because

1. My tv_grab_na_dd grabber was the only SD grabber (at the time)
2. The idea was to provide data to end-apps, not middleware like grabbers.
3. I never thought about it again.

The SageTV folks recently asked for a report on agent strings (they grab 
directly from SD-JSON) to be added to the report and I thought.. yeah, I 
should be able to do that.

On the MythTV list, Gary mentioned that devs didn't know how many folks 
were actually using various grabbers.... and *bing* I put 2+2 together 
and realized I wasn't supporting my own project!!! (XMLTV).

I originally thought about treating the SD XMLTV grabbers as separate 
projects, but then thought "why not send it to the public list??".  I 
went to the SD board with a sample aggregated data report and there was 
no objection to releasing the info publicly....

SO HERE IT IS!!!!!    I think this for Dec 2023, but it could be partial 
January.  I'll look into writing code to automate this and publish it 
automatically.   I've stripped out end-application data appended to the 
agent string (tv_grab_na_dd supports that).  I've also left out 
tv_grab_az_sdjson_sqlite as it's not part of the XMLTV distribution. 
(I'll ask the author if he wants the info, and if he monitors this list).

The XMLTV agent is tv_grab_na_dd (it was the only SD grabber when I 
wrote it!).  This release cycle I updated the code to say _na_dd.


*user_agent * 	*distinct users*
tv_grab_sd_json 0.1 	11
tv_grab_sd_json 1.11 2016/06/09 00:39:05 	1
tv_grab_sd_json 1.12 2016/06/11 17:53:34 	1
tv_grab_sd_json 1.14 2016/07/02 23:36:31 	2
tv_grab_sd_json 1.15 2016/07/03 17:18:37 	1
tv_grab_sd_json 1.22 2017/01/06 01:16:50 	5
tv_grab_sd_json 1.9 2016/05/28 01:56:20 	8
tv_grab_zz_sdjson 0.1 	2
tv_grab_zz_sdjson 0.5.61 	1
tv_grab_zz_sdjson 0.6.1 	262
tv_grab_zz_sdjson 0.6.3 	47
tv_grab_zz_sdjson 1.0.0 	173
tv_grab_zz_sdjson 1.1 2017/01/24 00:41:08 	99
tv_grab_zz_sdjson 1.1.0 	4
tv_grab_zz_sdjson 1.1.1 	447
tv_grab_zz_sdjson 1.1.2 	102
tv_grab_zz_sdjson 1.1.2_058 	1
tv_grab_zz_sdjson 1.2.1 	325
tv_grab_zz_sdjson 1.2.1_031 	1
tv_grab_zz_sdjson 1.2.1_036 	1
tv_grab_zz_sdjson 1.2.1_062 	2
tv_grab_zz_sdjson 1.23 2017/01/22 20:38:18 	1
tv_grab_zz_sdjson_sqlite 	541
xmltv/0.5.48 	1
xmltv/0.5.50 	1
xmltv/0.5.52 	1
xmltv/0.5.56 	1
xmltv/0.5.59 	3
xmltv/0.5.61 	2
xmltv/0.5.63 	9
xmltv/0.5.66 	38
xmltv/0.5.67 	9
xmltv/0.5.68 	6
xmltv/0.5.69 	6
xmltv/0.5.70 	22
xmltv/0.6.1 	34
xmltv/0.6.3 	4
xmltv/1.0.0 	36
xmltv/1.1.0 	1
xmltv/1.1.1 	25
xmltv/1.1.2 	14
xmltv/1.2.1 	34
xmltv/1.2.1_036 	1
xmltv/1.2.1_049 	2
xmltv/1.2.1_062 	5





--------------HfLgX08pX5jIaH8hWeW7M0jE
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="4">At SD, I send a monthly email to project leads with a
      report on how many active users say their using the app when they
      sign up (or edit) their account.   I've never sent one to XMLTV
      devs, because<br>
      <br>
      1. My tv_grab_na_dd grabber was the only SD grabber (at the time)<br>
      2. The idea was to provide data to end-apps, not middleware like
      grabbers.<br>
      3. I never thought about it again. <br>
      <br>
      The SageTV folks recently asked for a report on agent strings
      (they grab directly from SD-JSON) to be added to the report and I
      thought.. yeah, I should be able to do that. <br>
      <br>
    </font><font size="4">On the MythTV list, Gary mentioned that devs
      didn't know how many folks were actually using various
      grabbers.... and *bing* I put 2+2 together and realized I wasn't
      supporting my own project!!! (XMLTV).<br>
      <br>
      I originally thought about treating the SD XMLTV grabbers as
      separate projects, but then thought "why not send it to the public
      list??".  I went to the SD board with a sample aggregated data
      report and there was no objection to releasing the info
      publicly....<br>
      <br>
      SO HERE IT IS!!!!!    I think this for Dec 2023, but it could be
      partial January.  I'll look into writing code to automate this and
      publish it automatically.   I've stripped out end-application data
      appended to the agent string (tv_grab_na_dd supports that).  I've
      also left out tv_grab_az_sdjson_sqlite as it's not part of the
      XMLTV distribution. (I'll ask the author if he wants the info, and
      if he monitors this list).   <br>
      <br>
      The XMLTV agent is tv_grab_na_dd (it was the only SD grabber when
      I wrote it!).  This release cycle I updated the code to say
      _na_dd.<br>
      <br>
    </font><br>
    <font size="4">
    </font>
    <table width="575" height="1266" cellspacing="0" border="0">
      <colgroup width="340"></colgroup> <colgroup width="95"></colgroup>
      <tbody>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="center"><b><font face="Liberation
                Serif">user_agent </font></b></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="center"><b><font face="Liberation
                Serif">distinct users</font></b></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 0.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">11</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.11 2016/06/09
              00:39:05                                 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.12 2016/06/11
              17:53:34                                 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.14 2016/07/02
              23:36:31                                 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">2</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.15 2016/07/03
              17:18:37                                 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.22 2017/01/06
              01:16:50                                 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">5</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_sd_json 1.9 2016/05/28
              01:56:20                                  </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">8</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 0.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">2</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 0.5.61 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 0.6.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">262</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 0.6.3 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">47</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.0.0 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">173</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.1 2017/01/24
              00:41:08                                </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">99</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.1.0 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">4</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.1.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">447</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.1.2 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">102</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.1.2_058 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.2.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">325</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.2.1_031 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.2.1_036 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.2.1_062 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">2</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson 1.23 2017/01/22
              20:38:18                               </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">tv_grab_zz_sdjson_sqlite </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">541</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.48 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.50 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.52 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.56 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.59 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">3</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.61 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">2</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.63 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">9</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.66 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">38</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.67 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">9</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.68 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">6</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.69 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">6</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.5.70 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">22</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.6.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">34</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/0.6.3 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">4</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.0.0 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">36</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.1.0 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.1.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">25</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.1.2 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">14</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.2.1 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">34</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.2.1_036 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">1</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.2.1_049 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">2</font></td>
        </tr>
        <tr>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="left"><font face="Liberation
              Serif">xmltv/1.2.1_062 </font></td>
          <td style="border-top: 1px solid #000000; border-bottom: 1px
            solid #000000; border-left: 1px solid #000000; border-right:
            1px solid #000000" align="right"><font face="Liberation
              Serif">5</font></td>
        </tr>
      </tbody>
    </table>
    <font size="4"><br>
    </font><br>
    <font size="4"><br>
      <br>
    </font><font size="4"></font>
  </body>
</html>

--------------HfLgX08pX5jIaH8hWeW7M0jE--


--===============7719375270370907784==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============7719375270370907784==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
xmltv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmltv-devel

--===============7719375270370907784==--