[mythtv-commits] Ticket #9788: mythtv chokes on broken EPG data

MythTV noreply at mythtv.org
Fri May 27 15:29:15 UTC 2011


#9788: mythtv chokes on broken EPG data
--------------------------------------------+----------------------------
 Reporter:  Peter D. <0123peter@…>          |          Owner:  stuarta
     Type:  Bug Report - General            |         Status:  new
 Priority:  minor                           |      Milestone:  unknown
Component:  MythTV - EIT                    |        Version:  0.24-fixes
 Severity:  medium                          |     Resolution:
 Keywords:  EPG recording                   |  Ticket locked:  0
--------------------------------------------+----------------------------

Comment (by Peter D. <0123peter@…>):

 Basically, I only cut and pasted mysql commands from the referenced bug
 because I don't know how to use mysql properly, but it looks like subtitle
 is being set to null.

 The formatting is quite wrong, but I think that you will work it out.


 mysql> SELECT chanid,title,subtitle FROM program WHERE title LIKE '\0';

 Empty set (0.00 sec)

 mysql> SELECT chanid,title,subtitle FROM program WHERE chanid LIKE '\0';

 Empty set (0.04 sec)

 mysql> SELECT chanid,title,subtitle FROM program WHERE subtitle LIKE '\0';

 +--------+------------------------------------------+----------+

 | chanid | title                                    | subtitle |

 +--------+------------------------------------------+----------+

 |   1044 | Shelf Life                               |          |

 |   1044 | The Journal                              |          |

 [big snip]

 |   1044 | Masterclass in Oils                      |          |

 |   1044 | Art Studio                               |          |

 +--------+------------------------------------------+----------+

 317 rows in set (0.03 sec)

 mysql>

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


More information about the mythtv-commits mailing list