[mythtv-commits] Ticket #11224: Duplicate recordings without manual resched - 0.26 regression

MythTV noreply at mythtv.org
Mon Nov 12 10:18:02 UTC 2012


#11224: Duplicate recordings without manual resched - 0.26 regression
--------------------------------------+----------------------------
 Reporter:  Bradley Baetz <bbaetz@…>  |          Owner:  gigem
     Type:  Bug Report - General      |         Status:  assigned
 Priority:  minor                     |      Milestone:  unknown
Component:  MythTV - Scheduling       |        Version:  0.26-fixes
 Severity:  medium                    |     Resolution:
 Keywords:                            |  Ticket locked:  0
--------------------------------------+----------------------------

Comment (by Bradley Baetz <bbaetz@…>):

 I'll attach the logs. Note that at 18:03 and 19:03 mythfilldatabase ran (I
 forgot to turn that off), so I didn't manage to run any of the queries
 manually while it was broken.

 The 18:03 logs seem to show that oldrecduplicate is being set to -1 for
 all episodes, at least temporarily, but then its reset later? Looking at
 the code, this is because the description is generic in the guide data and
 the db update sets it to -1 if the description matches. This was also the
 case for yesterday's JAG example, but I'll trigger another case overnight
 where the description isn't the same for every single episode.

 Then something resets it to 0 later and it stays like that.

 Currently:

 {{{

 mysql> select recordid, chanid, starttime, manualid, oldrecduplicate,
 recduplicate, findduplicate, oldrecstatus, findid from recordmatch where
 recordid=125 order by starttime, chanid;
 +----------+--------+---------------------+----------+-----------------+--------------+---------------+--------------+--------+
 | recordid | chanid | starttime           | manualid | oldrecduplicate |
 recduplicate | findduplicate | oldrecstatus | findid |
 +----------+--------+---------------------+----------+-----------------+--------------+---------------+--------------+--------+
 |      125 |   1001 | 2012-11-12 07:00:00 |        0 |               1 |
 1 |             0 |           -3 |      0 |
 |      125 |   1001 | 2012-11-12 15:40:00 |        0 |               1 |
 1 |             0 |           -3 |      0 |
 |      125 |   1001 | 2012-11-13 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-13 14:10:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-14 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-15 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-15 15:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-16 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-17 05:30:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-17 08:30:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-17 09:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-18 05:30:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-18 06:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-19 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 |      125 |   1001 | 2012-11-20 07:00:00 |        0 |               0 |
 0 |             0 |         NULL |      0 |
 +----------+--------+---------------------+----------+-----------------+--------------+---------------+--------------+--------+
 15 rows in set (0.00 sec)

 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11224#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list