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

MythTV noreply at mythtv.org
Wed Feb 3 16:33:54 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                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by stuarta):

 Okay, similar result to my set
 {{{
 mysql> select chanid, serviceid, transportid, networkid, d.mplexid from
 channel as c, dtv_multiplex as d where c.mplexid=d.mplexid and chanid in
 (select chanid from program where title like 'Law & Order%' and
 subtitle='Special Victims Unit');
 +--------+-----------+-------------+-----------+---------+
 | chanid | serviceid | transportid | networkid | mplexid |
 +--------+-----------+-------------+-----------+---------+
 |   3021 |     12992 |       12294 |      9018 |       3 |
 |   5083 |     41344 |       40960 |      9018 |      14 |
 |   9711 |      7711 |        2057 |         2 |      48 |
 |   9710 |      7710 |        2057 |         2 |      48 |
 +--------+-----------+-------------+-----------+---------+
 4 rows in set (0.00 sec)
 }}}

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


More information about the mythtv-commits mailing list