[mythtv-commits] Ticket #12633: EIT fixup for Law & Order: Special Victims Unit needed (Freesat UK)

MythTV noreply at mythtv.org
Wed Feb 3 14:46:46 UTC 2016


#12633: EIT fixup for Law & Order: Special Victims Unit needed (Freesat UK)
--------------------------------------+---------------------
     Reporter:  daniel@…              |      Owner:  dekarl
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - EIT          |    Version:  0.27.5
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+---------------------
 Some showings of SVU have the correct title "Law & Order: Special Victims
 Unit" and some have the title "Law & Order" and the subtitle "Special
 Victims Unit".  As it's inconsistent, I suspect the problem is outside
 MythTV but hopefully it can be fixed in a fixup.  Here are the upcoming
 showings from my program table:

 {{{
 mysql> SELECT title, subtitle, starttime FROM program WHERE
 starttime>NOW() AND title LIKE 'Law & Order%' AND (title LIKE '%Special
 Victims Unit' OR subtitle LIKE 'Special Victims Unit');
 +-----------------------------------+----------------------+---------------------+
 | title                             | subtitle             | starttime
 |
 +-----------------------------------+----------------------+---------------------+
 | Law & Order                       | Special Victims Unit | 2016-02-05
 23:00:00 |
 | Law & Order                       | Special Victims Unit | 2016-02-06
 00:00:00 |
 | Law & Order                       | Special Victims Unit | 2016-02-09
 21:00:00 |
 | Law & Order                       | Special Victims Unit | 2016-02-09
 22:00:00 |
 | Law & Order: Special Victims Unit | Sugar                | 2016-02-06
 23:25:00 |
 | Law & Order: Special Victims Unit | Sugar                | 2016-02-07
 00:25:00 |
 | Law & Order: Special Victims Unit | Sugar                | 2016-02-07
 23:25:00 |
 | Law & Order: Special Victims Unit | Unstable             | 2016-02-06
 22:30:00 |
 | Law & Order: Special Victims Unit | Unstable             | 2016-02-06
 23:30:00 |
 | Law & Order: Special Victims Unit | Unstable             | 2016-02-07
 22:30:00 |
 | Law & Order: Special Victims Unit | Wet                  | 2016-02-04
 22:00:00 |
 | Law & Order: Special Victims Unit | Wet                  | 2016-02-04
 23:00:00 |
 | Law & Order: Special Victims Unit | Wet                  | 2016-02-09
 22:00:00 |
 | Law & Order: Special Victims Unit | Wet                  | 2016-02-09
 23:00:00 |
 +-----------------------------------+----------------------+---------------------+

 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12633>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list