<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#003300">
    Hi,<br>
    <br>
       It is happening frequently now, on certain TV station, that
    MythTV won't record some shows which I had selected for a single
    recording.<br>
    A similar failure, no match presumably, occurs when I go into
    Upcoming Recordings and I manually "set to not record" one episode
    of a TV show. On a specific TV station, W9, it very often still
    records.<br>
    <br>
       Here is what I found in the MySQL table "record":<br>
    <br>
    <font color="#000000"><tt>mysql> select
        recordid,type,chanid,station,starttime,startdate,title,findday,findtime,findid,next_record,last_record,last_delete,avg_delay
        from record where station like 'ARTE%' order by startdate;</tt><tt><br>
      </tt><tt>+----------+------+--------+---------+-----------+------------+-------------------------------------------------------+---------+----------+--------+---------------------+---------------------+---------------------+-----------+</tt><tt><br>
      </tt><tt>| recordid | type | chanid | station | starttime |
        startdate  |
        title                                                 | findday
        | findtime | findid | next_record         | last_record        
        | last_delete         | avg_delay |</tt><tt><br>
      </tt><tt>+----------+------+--------+---------+-----------+------------+-------------------------------------------------------+---------+----------+--------+---------------------+---------------------+---------------------+-----------+</tt><tt><br>
      </tt><tt>|     4025 |    1 |   2031 | ARTE HD | <b>22:52:17</b> 
        | 2014-12-24 | HELLZAPOPPIN'
        (HD)                                    |       4 | 23:52:17
        |      0 | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 |
        0000-00-00 00:00:00 |       100 |</tt><tt><br>
      </tt><tt>|     4032 |    1 |   2031 | ARTE HD | <b>22:52:32</b> 
        | 2014-12-24 | HELLZAPOPPIN'
        (HD)                                    |       4 | 23:52:32 |
        735956 | 2014-12-24 22:52:32 | 0000-00-00 00:00:00 | 0000-00-00
        00:00:00 |       100 |</tt><tt><br>
      </tt></font><br>
       The first entry is the first one I created and is now showing in
    "Upcoming Recordings" as "Single Record - Not Listed" while the
    second which I just added I hope will work.<br>
       The only difference I see is that the starttime has shifted by 15
    seconds.  Is there a way to work-around a small change in start
    time?<br>
    <br>
    MythTV Version : v0.27.3-150-g082d5c1<br>
    MythTV Branch : fixes/0.27<br>
    <br>
    <br>
    <br>
    Alain<br>
  </body>
</html>