[mythtv-commits] Ticket #6976: show not recording due to duplicate when its not

MythTV mythtv at cvs.mythtv.org
Fri Sep 4 05:25:17 UTC 2009


#6976: show not recording due to duplicate when its not
-------------------------------------+--------------------------------------
 Reporter:  paul at wilsononline.id.au  |        Owner:  gigem  
     Type:  defect                   |       Status:  closed 
 Priority:  minor                    |    Milestone:  unknown
Component:  MythTV - Scheduling      |      Version:  unknown
 Severity:  medium                   |   Resolution:  invalid
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------
Changes (by mdean):

  * status:  new => closed
  * resolution:  => invalid


Old description:

> I can't find the reason why this show is not recording as MythTV thinks
> its a duplicate but I can't find a match of title/subtitle in the
> "oldrecorded" table...
>
> mythbackend print
>
> --- print list start ---
> Title - Subtitle                Ch Station Day Start  End   S C I  T N
> Pri
> City Homicide - "The Confessio    6 PRIME C 07 20:30-21:35  1 0 0  d P
> 0/0
>
> Found this entry in the "program" table:
> mysql> SELECT starttime,title, subtitle,
> programid,syndicatedepisodenumber,programid  FROM program WHERE title
> LIKE "City Homicide%" and subtitle = "The Confession";
> +---------------------+---------------+----------------+-------------+-------------------------+-------------+
> | starttime           | title         | subtitle       | programid   |
> syndicatedepisodenumber | programid   |
> +---------------------+---------------+----------------+-------------+-------------------------+-------------+
> | 2009-09-07 20:30:00 | City Homicide | The Confession | EP341898163 |
> E6S3                    | EP341898163 |
> +---------------------+---------------+----------------+-------------+-------------------------+-------------+

New description:

 I can't find the reason why this show is not recording as MythTV thinks
 its a duplicate but I can't find a match of title/subtitle in the
 "oldrecorded" table...

 mythbackend print
 {{{
 --- print list start ---
 Title - Subtitle                Ch Station Day Start  End   S C I  T N
 Pri
 City Homicide - "The Confessio    6 PRIME C 07 20:30-21:35  1 0 0  d P
 0/0
 }}}
 Found this entry in the "program" table:
 {{{
 mysql> SELECT starttime,title, subtitle,
 programid,syndicatedepisodenumber,programid  FROM program WHERE title LIKE
 "City Homicide%" and subtitle = "The Confession";
 +---------------------+---------------+----------------+-------------+-------------------------+-------------+
 | starttime           | title         | subtitle       | programid   |
 syndicatedepisodenumber | programid   |
 +---------------------+---------------+----------------+-------------+-------------------------+-------------+
 | 2009-09-07 20:30:00 | City Homicide | The Confession | EP341898163 |
 E6S3                    | EP341898163 |
 +---------------------+---------------+----------------+-------------+-------------------------+-------------+
 }}}

--

Comment:

 The episode was identified as a duplicate due to invalid programid's,
 likely caused by database schema corruption, as shown at
 http://mythtv.org/pipermail/mythtv-users/2009-September/263475.html

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6976#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list